GET
/
v1
/
currencies

Authorizations

X-API-KEY
string
headerrequired

Your API key. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the app settings

Response

200 - application/json
id
string
required
name
string
required

name of the currency (e.g., 'United States Dollar').

code
string
required

ISO 4217 currency code (e.g., 'USD').

decimal_places
integer
required

Number of decimal places typically used for the currency.