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.
Example response
{
"data": [
{
"instrument_id": 1,
"size": "10.00",
"funding_rate": "0.0001",
"funding_asset": "USDC",
"funding": "1.00",
"timestamp": 1767225600000
}
]
}