GET
/
v3
/
public
/
futures
curl --request GET \
  --url https://api.woox.io/v3/public/futures
{
  "success": true,
  "timestamp": 123,
  "data": {
    "rows": [
      {
        "symbol": "<string>",
        "indexPrice": "<string>",
        "markPrice": "<string>",
        "estFundingRate": "<string>",
        "lastFundingRate": "<string>",
        "openInterest": "<string>",
        "24hOpen": "<string>",
        "24hClose": "<string>",
        "24hHigh": "<string>",
        "24hLow": "<string>",
        "24hVolume": "<string>",
        "24hAmount": "<string>",
        "nextFundingTime": 123
      }
    ]
  }
}

Limit: 10 requests per 1 second per IP address

Query Parameters

symbol
string

Symbol name

Response

200 - application/json

The response is of type object.