fundingHistory

post
/info

Request funding history.

Body

Request funding history.

typeundefined · enumRequired

Type of request.

Possible values:
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
chevron-right
200

Array of historical funding rate records for an asset.

application/json

Array of historical funding rate records for an asset.

coinstringRequired

Asset symbol.

fundingRatestringRequired

Funding rate.

Pattern: ^-?[0-9]+(\.[0-9]+)?$
premiumstringRequired

Premium price.

Pattern: ^-?[0-9]+(\.[0-9]+)?$
timenumberRequired

Funding record timestamp (ms since epoch).

post
/info
TypeScript

Last updated