List tradebusts

Returns paginated tradebusts for the account.

A tradebust occurs when a fill fails to clear and settle on the Paradex Chain. The results of busted fills are not reflected on-chain and are reverted in the cloud (off-chain position cache).

Authentication

Authorizationstring
API Key authentication via header

Query parameters

cursorstringOptional

Returns the ‘next’ paginated page.

end_atintegerOptional

End Time (unix time millisecond)

page_sizeintegerOptional1-5000Defaults to 100
Limit the number of responses in the page
start_atintegerOptional

Start Time (unix time millisecond)

Response

OK
nextstring

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

prevstring

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

resultslist of objects
Array of paginated results

Errors

400
Bad Request Error