Currencies
Get all currencies
GET
/
currencies
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
id
integer
Balance ID.
name
string
Currency name.
modes
string[]
Available modes for the currency
prefix
string
Currency prefix.
suffix
string
Currency suffix.
account_id
integer
Account ID associated with the balance
created_at
string
Date and time of balance creation.
updated_at
string
Date and time of last balance update.
default
boolean
Is this currency the default one?