Markets
Query Parameters
market*string
Condition id of the market.
limit?integer
Range
1 <= valueoffset?integer
Range
0 <= valueResponse Body
application/json
curl -X GET "https://example.com/trades?market=string"[
{
"proxyWallet": "string",
"side": "BUY",
"asset": "string",
"conditionId": "string",
"size": 0,
"price": 0,
"timestamp": 0,
"title": "string",
"slug": "string",
"icon": "string",
"eventSlug": "string",
"outcome": "string",
"outcomeIndex": 0
}
]