Exchange Information
Get Exchange info
GET
https://satangcorp.com/api/v3/exchangeInfo
{
"timezone": "UTC",
"serverTime": 1591786316419,
"rateLimits": [],
"exchangeFilters": [],
"symbols": [
{
"symbol": "btc_thb",
"status": "TRADING",
"baseAsset": "btc",
"baseAssetPrecision": 5,
"quoteAsset": "thb",
"quotePrecision": 2,
"baseCommissionPrecision": 0,
"quoteCommissionPrecision": 0,
"orderTypes": [
"LIMIT"
],
"icebergAllowed": false,
"ocoAllowed": false,
"quoteOrderQtyMarketAllowed": false,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": []
},
{
"symbol": "eth_thb",
"status": "TRADING",
"baseAsset": "eth",
"baseAssetPrecision": 4,
"quoteAsset": "thb",
"quotePrecision": 2,
"baseCommissionPrecision": 0,
"quoteCommissionPrecision": 0,
"orderTypes": [
"LIMIT"
],
"icebergAllowed": false,
"ocoAllowed": false,
"quoteOrderQtyMarketAllowed": false,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": []
}
]
}
Last updated
Was this helpful?