fundingHistory
post
/info
Body
Request funding history.
typeundefined · enumRequiredPossible values:
Type of request.
coinstringRequired
Asset symbol (e.g., BTC).
startTimenumberRequired
Start time (in ms since epoch).
endTimeany ofOptional
End time (in ms since epoch).
number · nullableOptional
End time (in ms since epoch).
Responses
200
Array of historical funding rate records for an asset.
application/json
Array of historical funding rate records for an asset.
coinstringRequired
Asset symbol.
fundingRatestringRequiredPattern:
Funding rate.
^-?[0-9]+(\.[0-9]+)?$premiumstringRequiredPattern:
Premium price.
^-?[0-9]+(\.[0-9]+)?$timenumberRequired
Funding record timestamp (ms since epoch).
422
Failed to deserialize the JSON body into the target type
text/plain
500
Internal Server Error
application/json
post
/infoLast updated