Kansen logoKansen
Users
GET
/user/{addr}/activity

Path Parameters

addr*string

Proxy wallet address.

Query Parameters

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

Response Body

application/json

curl -X GET "https://example.com/user/string/activity"
[
  {
    "proxyWallet": "string",
    "timestamp": 0,
    "conditionId": "string",
    "type": "TRADE",
    "size": 0,
    "usdcSize": 0,
    "price": 0,
    "asset": "string",
    "side": "BUY",
    "outcomeIndex": 0,
    "title": "string",
    "slug": "string",
    "icon": "string",
    "outcome": "string",
    "transactionHash": "string"
  }
]