Currencies
Get all currencies
Returns all currencies supported by the API.
Request
[PlatformAddress]/api/connector/v1/currencies/getAll
Property
Type
Contract
Description
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
Response
Property
Type
Contract
Description
Currencies
required
The supported currencies.
Currency
Property
Type
Contract
Description
Code
string
required
ISO-4217 three-letter code, e.g. USD or GBP.
Precision
integer
required
Precision of the currency (count of decimal places).
Last updated