cURL
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>" } ] } }
Get funding rate history for one market.
Symbol name
Start timestamp in Unix timestamp format in milliseconds
End timestamp in Unix timestamp format in milliseconds
Page number
Data size per page
true
timestamp
Show child attributes