Endpoint for getting all trades for all markets. A trade represents a completed transaction between two users on a specific market. Each trade includes the market ticker, price, quantity, and timestamp information. This endpoint returns a paginated response. Use the ‘limit’ parameter to control page size (1-1000, defaults to 100). The response includes a ‘cursor’ field - pass this value in the ‘cursor’ parameter of your next request to get the next page. An empty cursor indicates no more pages are available.
Number of results per page. Defaults to 100. Maximum value is 1000.
Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
Filter trades by market ticker. Returns only trades for the specified market.
Filter trades that occurred after this Unix timestamp.
Filter trades that occurred before this Unix timestamp.
The response is of type object
.