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.
Query parameters
Instrument ID
Start timestamp in milliseconds
End timestamp in milliseconds
Response
Account funding history response.
Example response
{
"data": [
{
"id": 3055723280187747,
"instrument_id": 1,
"size": "10.00",
"funding_rate": "0.0001",
"funding_asset": "USDC",
"funding": "1.00",
"timestamp": 1767225600000
}
]
}Changes
Changed in 2 of the 7 revisions of this API.121
- ▲
for the
queryrequest parameterinstrument_id, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ●
for the
queryrequest parameterinstrument_id, the max was set to4294967295.00request-parameter-max-set
- ●
for the
queryrequest parameterinstrument_id, the min was set to0.00request-parameter-min-set
- ▲
- ○
added the required property
data/items/idto the response with the200statusresponse-required-property-added
- ○