Get funding fee history
Limit: 20 requests per 60 second per user
GET /v1/admin/funding_fee/history
This endpoint supports per-user queries only. Provide either user_account or user_address; broker-wide queries are not supported. start_t and end_t are optional time filters for the selected user.
Headers
Timestamp of the signed request in milliseconds.
Account ID of the authenticated account.
Public orderly key used to sign the request.
Signature of the request payload generated with the orderly key.
Query Parameters
omit to get funding fee history for all symbols
Optional start of the selected user's query range as a 13-digit Unix timestamp in milliseconds.
Optional end of the selected user's query range as a 13-digit Unix timestamp in milliseconds.
the page you wish to query. start from 1
Default: 60
Target user account. This endpoint is per-user only; provide either user_account or user_address.
Target user address. This endpoint is per-user only; provide either user_address or user_account.