GET
/
v3
/
public
/
fundingRateHistory
curl --request GET \
  --url https://api.woox.io/v3/public/fundingRateHistory
{
  "success": true,
  "timestamp": 123,
  "data": {
    "rows": [
      {
        "symbol": "<string>",
        "fundingRate": "<string>",
        "fundingRateTimestamp": 123,
        "nextFundingTime": 123,
        "markPrice": "<string>"
      }
    ]
  }
}

Limit: 10 requests per 1 second per IP address

Query Parameters

symbol
string
required

Symbol name

startTime
integer

Start timestamp in Unix timestamp format in milliseconds

endTime
integer

End timestamp in Unix timestamp format in milliseconds

page
integer
default:1

Page number

size
integer
default:25

Data size per page

Response

200 - application/json

The response is of type object.