Kansen logoKansen
Markets
GET
/trades

Query Parameters

market*string

Condition id of the market.

limit?integer
Range1 <= value
offset?integer
Range0 <= value

Response 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
  }
]