Skip to main content
GET
Returns your conversion history, offset-paginated. History reads keep working even while conversions are disabled platform-wide.

Authorization

Dual auth — a secret API key with the conversions:read scope, or a dashboard JWT with the conversions:view permission. Dashboard sessions must belong to a merchant_admin, merchant_member or super_admin role; API-key callers are gated by scope only. See the Authentication guide. Rate limit: the global default.
When rendering rows, remember that toAmount, exchangeRate, commissionRate, commissionAmount and netFromAmount can be absent on conversions that ended before a quote existed — render — (or merchantMessage), never substitute 0, which would read as a free conversion or a zero rate.

Query parameters

integer
Page number (offset pagination).
integer
Page size. Default 50, max 100.

Response fields

array
Conversion records — see the full field list in Conversion record fields. Note that toAmount, exchangeRate, commissionRate, commissionAmount and netFromAmount are optional and absent on any conversion that ended before a quote ever existed — render — (or merchantMessage) when a field is missing, never substitute 0.
number
Total number of conversions for the merchant.

Errors

See also