Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Hourly funding-rate history per instrument.
curl "https://api.polynode.dev/v3/perps/funding/btc?key=$POLYNODE_API_KEY"
{ "data": [ { "funding_rate": "0.0000125", "timestamp": 1783566000059 }, { "funding_rate": "0.0000125", "timestamp": 1783562400068 } ], "more": true }
start_timestamp
end_timestamp
curl "https://api.polynode.dev/v3/perps/funding/btc?start_timestamp=1783000000000&key=$POLYNODE_API_KEY"