curl --request GET \
--url https://api.woox.io/v3/public/instruments
{
"success": true,
"timestamp": 123,
"data": {
"rows": [
{
"symbol": "<string>",
"status": "<string>",
"baseAsset": "<string>",
"baseAssetMultiplier": 123,
"quoteAsset": "<string>",
"quoteMin": 123,
"quoteMax": 123,
"quoteTick": 123,
"baseMin": 123,
"baseMax": 123,
"baseTick": 123,
"minNotional": 123,
"bidCapRatio": 123,
"bidFloorRatio": 123,
"askCapRatio": 123,
"askFloorRatio": 123,
"fundingIntervalHours": 123,
"fundingCap": 123,
"fundingFloor": 123,
"orderMode": "<string>",
"baseIMR": 123,
"baseMMR": 123,
"isAllowedRpi": true
}
]
}
}
Retrieve a list of Spot and USDT perpetual instruments.
curl --request GET \
--url https://api.woox.io/v3/public/instruments
{
"success": true,
"timestamp": 123,
"data": {
"rows": [
{
"symbol": "<string>",
"status": "<string>",
"baseAsset": "<string>",
"baseAssetMultiplier": 123,
"quoteAsset": "<string>",
"quoteMin": 123,
"quoteMax": 123,
"quoteTick": 123,
"baseMin": 123,
"baseMax": 123,
"baseTick": 123,
"minNotional": 123,
"bidCapRatio": 123,
"bidFloorRatio": 123,
"askCapRatio": 123,
"askFloorRatio": 123,
"fundingIntervalHours": 123,
"fundingCap": 123,
"fundingFloor": 123,
"orderMode": "<string>",
"baseIMR": 123,
"baseMMR": 123,
"isAllowedRpi": true
}
]
}
}
Symbol name
The response is of type object
.