GetCurrencyList

Description

Get quote currencies for base asset

Parameters

AssetId - string

Response

{

"Message":"Success",

"Data":[

{

"AssetId": "gel",

"AssetSymbol": "GEL",

"AssetName": "Gel"

},

{

"AssetId": "usdte",

"AssetSymbol": "USDT",

"AssetName": "Tether Ethereum"

}

],


"ErrorCode":0

}

Example

/api/v1/getCurrencyList/?assetId=btc