Query the list of currencies supported by the chain
Query the list of currencies supported by the chain
application/json
Request Body
chainSymbol string required
Chain name, Abbreviation Chain Identifier, Uniqueness
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
code integer
msg string
data object
assetName string required
Full name of the currency
assetId string required
Currency identification, unique
assetDecimal integer required
Currency precision
success boolean
{
"code": 200,
"msg": "",
"data": {
"assetName": "ETH",
"assetId": "ETH_ETH",
"assetDecimal": 18
},
"success": true
}
Loading...