Funding payments history

GET

List funding payments made by/to the requester’s account

Funding payments are periodic payments between traders to make the perpetual futures contract price is close to the index price.

Query parameters

cursorstringOptional

Returns the ‘next’ paginated page.

end_atintegerOptional

End Time (unix time millisecond)

marketstringRequired

Market for which funding payments are queried

page_sizeintegerOptional>=1<=5000

Limit the number of responses in the page

start_atintegerOptional

Start Time (unix time millisecond)

Response

OK

nextstringOptional

The pointer to fetch next set of records (null if there are no records left)

prevstringOptional

The pointer to fetch previous set of records (null if there are no records left)

resultslist of objectsOptional

Funding Response data list

Errors