request interface
/V1/Market/symbolList
Parameter | Required | Type | Notes |
---|---|---|---|
symbol_id | no | int | Trading pair ID |
{
"status": 200,
"source": "API",
"msg": "OK",
"data": {
"22": {
"symbol_id": 22, //trading pair ID
"symbol_type": 1, //trading pair type, 1 = spot trade
"name": "btc_usdt", //trading pair name
"coin_from": 10005, //traded asset
"coin_to": 10007, //quote asset
"coin_from_name": "bitcoin", //traded asset name
"coin_to_name": "TEDA coin", //quote asset name
"status": 1, //status 1 on 2 off
"min_trade": "0.00100000", //minimum trade size for a single transaction
"max_trade": "20.00000000" //maximum trade size for a single transaction
}
},
"seconds": 1638877957,
"microtime": 1638877957247
}