fundingHistory Info Endpoint Method
fundingHistory is not currently available through Quicknode's /info endpoint. This method is not part of the open-source Hyperliquid node.
Alternatives:
- Query funding history through Hyperliquid's public API (subject to Hyperliquid rate limits)
- Use SQL Explorer to query the
hyperliquid_funding_summary_hourlytable for pre-aggregated hourly funding rates per coin
Parameters
type
string
REQUIRED
Loading...
coin
string
REQUIRED
Loading...
startTime
integer
REQUIRED
Loading...
endTime
integer
Loading...
Returns
array
array
Loading...
time
integer
Loading...
coin
string
Loading...
fundingRate
string
Loading...
premium
string
Loading...
Request
1curl https://api.hyperliquid.xyz/info \2-X POST \3-H "Content-Type: application/json" \4--data '{"type":"fundingHistory","coin":"BTC", "startTime": 1681923833000}'5
1curl https://api.hyperliquid.xyz/info \2-X POST \3-H "Content-Type: application/json" \4--data '{"type":"fundingHistory","coin":"BTC", "startTime": 1681923833000}'5
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free