Skip to main content
GET
Get Funding Rate History

Query Parameters

market
string
required

Perps trading market

Example:

"AAPL-USD.P"

limit
integer

Maximum number of results to return

Example:

1000

cursor
string

Pagination cursor

Example:

"NQ5WWO3THN3Q===="

startTime
integer

Start time filter (UTC milliseconds)

Example:

1684814400000

endTime
integer

End time filter (UTC milliseconds)

Example:

1672549200000

Response

Paginated list of historical funding rates, most recent first

success
boolean
required

Whether the request was successful

Example:

true

error
string

Error message, present only on failure

Example:

""

error_code
string

Semantic error code. See each endpoint's error responses for the specific codes it can return.

deprecated
string

Deprecation notice, if applicable

Example:

""

result
object[]
pageInfo
object