diff --git a/sell/pricing-fees-payouts.mdx b/sell/pricing-fees-payouts.mdx index 1bae744..1280632 100644 --- a/sell/pricing-fees-payouts.mdx +++ b/sell/pricing-fees-payouts.mdx @@ -23,17 +23,17 @@ From the endpoint's page in the [dashboard](https://getanyapi.com/dashboard/sell ## The commission split -AnyAPI takes a per-sale commission at your profile's rate (`commissionBps`, default 1000 -basis points = 10%). Read your actual rate from your +AnyAPI takes a per-sale commission at your profile's rate (`commissionBps`, default 2000 +basis points = 20%). Read your actual rate from your [operator profile](https://getanyapi.com/dashboard/sell) or `GET /v1/operator/profile`. -Worked example at a $5.00/1k list price and the default 10% commission: +Worked example at a $5.00/1k list price and the default 20% commission: | | Per 1,000 requests | | --- | --- | | Customer pays | $5.00 | -| Platform fee (10%) | $0.50 | -| **You earn** | **$4.50** | +| Platform fee (20%) | $1.00 | +| **You earn** | **$4.00** | ## When earnings become withdrawable