Markets
Funding data history
List historical funding data by market
get/funding/data
Query parameters
cursorstring
Returns the ‘next’ paginated page.
end_atinteger
End Time (unix time millisecond)
marketstring required
Market for which funding payments are queried
page_sizeinteger
Limit the number of responses in the page
start_atinteger
Start Time (unix time millisecond)
Response
OK
Example response
{
"next": "eyJmaWx0ZXIiMsIm1hcmtlciI6eyJtYXJrZXIiOiIxNjc1NjUwMDE3NDMxMTAxNjk5N=",
"prev": "eyJmaWx0ZXIiOnsiTGltaXQiOjkwfSwidGltZSI6MTY4MTY3OTgzNzk3MTMwOTk1MywibWFya2VyIjp7Im1zMjExMD=="
}Changes
Changed in 1 of the 50 revisions of this API.2
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○