1.1 Currency List
GET /currenciesParameter
Type
Required
Description
[
{
"currency_id": "1673723677362319867",
"symbol": "USDT",
"name": "USDT"
},
...
]Field
Type
Description
Last updated
GET /currenciesRequest Parameters
-
-
-
No parameters. Returns all listed currencies.
Response Example
[
{
"currency_id": "1673723677362319867",
"symbol": "USDT",
"name": "USDT"
},
...
]Response Fields
currency_id
String
Currency ID
symbol
String
Currency symbol
name
String
Currency full name
Last updated