Skip to main content

Get currency information

GET: /v1/spot/public/currencies

Parameters

ParameterTypemandatoryDefaultDescriptionRanges
versionstringfalse
Response
{
"code": 200,
"msg": "string",
"msgInfo": [
{}
],
"data": {
"time":0,
"version":"",
"currencies": [
{
"id": 11,
"currency": "usdt",
"displayName": "",
"type": "",
"nominalValue": "",
"fullName": "usdt",
"logo": null,
"cmcLink": null,
"weight": 100,
"maxPrecision": 6,
"depositStatus": 1,
"withdrawStatus": 1,
"convertEnabled": 1,
"transferEnabled": 1,
"isChainExist": 1,
"plates": [],
"isListing": 1,
"withdrawCloseReason": ""
}
]
}
}