Skip to main content
GET
/
getUserFunding
Get User Funding Fee History
curl --request GET \
  --url https://api.hypereth.io/v2/hyperliquid/getUserFunding \
  --header 'X-API-KEY: <api-key>'
{
  "fundings": [
    {
      "symbol": "BTC",
      "fundingFee": "-1.2345",
      "fundingAsset": "USDT",
      "fundingTime": 1710000000000,
      "positionSize": "0.50"
    },
    {
      "symbol": "ETH",
      "fundingFee": "0.8765",
      "fundingAsset": "USDT",
      "fundingTime": 1710003600000,
      "positionSize": "-1.25"
    }
  ],
  "total": 2,
  "dataTime": 1710011000000
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

symbols
string

Unified symbols filter (comma-separated). If not provided, returns funding for all symbols.

startTime
integer

Millisecond timestamp (inclusive). Default is 7 days ago.

endTime
integer

Millisecond timestamp (inclusive). Default is current time.

Response

200 - application/json

Successful response

fundings
object[]
total
integer

Total number of records in response

dataTime
integer

Response timestamp