Trade API
Trade Market API
Retrieve all trades for a given market ID with pagination
GET
Get Trades for a Specific Market
This endpoint retrieves all trades for a specific market identified by its marketId, with support for pagination.
Path Parameters
- marketId (required): The unique identifier for the market
Query Parameters
- limit (optional): Number of results to return (default: 50)
- offset (optional): Number of results to skip (default: 0)
Response Format
Use Cases
- Market Activity Analysis: Track all trades for a specific market
- Price Movement Tracking: Analyze how prices have changed over time
- Volume Analysis: Study trading patterns and volume for a market
- Trade History: View complete trade history for research purposes
Example Query
Notes
- Trades are returned in reverse chronological order (newest first)
- The response includes pagination metadata to help navigate through all trades
- The
hasMore
field indicates whether more trades are available beyond the current page
Authorizations
Enter your API key as the bearer token
Path Parameters
The unique identifier for the market
Query Parameters
Number of results to return
Number of results to skip
Response
200
application/json
Trades for the specified market
The response is of type object
.