Miscellaneous

Lists available currency codes with the total available.

Returns the currency codes supported by the reporting API (e.g. USD, EUR, GBP) in an object carrying totalCount, so a caller can page with limit and offset. Use a value from currencies in the 'currency' parameter of report endpoints. GET /currencies returns the same codes as a plain array and takes no parameters.

get/currencies/v2

Query parameters

offsetinteger

Pagination offset (zero-based). Default: 0.

limitinteger

Maximum entries to return per request. Omit to return every entry.

Response

Currency codes supported by the reporting API, with the total available.

Changes