Skip to main content

fundingHistory Info Endpoint Method

Loading...

Updated on
Feb 10, 2026

fundingHistory Info Endpoint Method

Please note that this method is only accessible through the official Hyperliquid public API. At the moment, Quicknode does not support this endpoint because it is not implemented in the open-source Hyperliquid node.

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
1
curl https://api.hyperliquid.xyz/info \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"type":"fundingHistory","coin":"BTC", "startTime": 1681923833000}'
5
1
curl 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