v2

latestOpenAPI 3.0.3Apache 2.02026-07-3149289180.2 KB

Get Funding Charges

Get funding payment history for the authenticated account. If no end time is provided, the current time will be used. Maximum of 100 entries returned per request.

get/v1/account/funding

Query parameters

instrument_idinteger

Instrument ID

start_timestampinteger

Start timestamp in milliseconds

Example:1767225600000
end_timestampinteger

End timestamp in milliseconds

Example:1767229200000

Response

Account funding history response.

moreboolean required

More data available

Example response

{
  "data": [
    {
      "instrument_id": 1,
      "size": "10.00",
      "funding_rate": "0.0001",
      "funding_asset": "USDC",
      "funding": "1.00",
      "timestamp": 1767225600000
    }
  ]
}