Skip to main content
GET
Get trades for a market

Authorizations

X-API-Key
string
header
required

API key for authentication

Query Parameters

market_id
string
required

Market ID to fetch trades for

Example:

"524153"

limit
string

Number of trades to return (max 1000)

Example:

"100"

cursor
string

Pagination cursor from previous response

takerOnly
enum<string>

Filter to taker-only trades (Polymarket only)

Available options:
true,
false
Example:

"true"

Response

List of trades

trades
object[]
required
pagination
object
required
meta
object
required