Summary
Returns all Contracts information.
Contracts
Response Body
Name
Type
Description
{
"status":"true",
"msg":"success",
"result": [
{
"trading_pairs": "BTC_USDT",
"base_currency": "BTC",
"quote_currency": "USDT",
"last_price": 70000,
"lowest_ask": 0,
"highest_bid": 0,
"base_volume": 1,
"quote_volume": 70000,
"price_change_percent_24h": 0,
"highest_price_24h": 70000,
"lowest_price_24h": 70000
}, {...}, {...},
]
}Last updated