Skip to main content
GET
/
v1
/
currencies
Get all currencies
curl --request GET \
  --url https://api.example.com/v1/currencies
[
  {
    "code": "<string>",
    "name": "<string>",
    "symbol": "<string>",
    "decimal_places": 123,
    "active": true
  }
]

Response

200 - application/json

List of currencies

code
string
name
string
symbol
string
decimal_places
integer
active
boolean