List fills

This API returns a list of matched orders (i.e. fills) that have been sent to chain for settlement.

Headers

AuthorizationstringRequired

Query parameters

cursorstringOptional

Returns the ‘next’ paginated page.

end_atintegerOptional

End Time (unix time millisecond)

marketstringOptional

Market symbol

page_sizeintegerOptional>=1<=5000Defaults to 100

Limit the number of responses in the page

start_atintegerOptional

Start Time (unix time millisecond)

Response

OK

resultslist of objectsOptional
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)

Errors