Skip to main content

List your trades

GET /api/me/trades?from=2026-04-01&to=2026-04-30&marketId=...&limit=200
X-Api-Key: ps_live_<keyId>_<secret>  # integrators — needs `portfolio:read`
Response:
[
  {
    "id": "6f3b…-uuid",
    "orderId": "0x...",
    "userWallet": "0x...",
    "marketId": "UAE-CUP-FINAL-20260425",
    "price": "0.5140",
    "quantity": "100",
    "fee": "0.2496",
    "side": "buy",
    "createdAt": "2026-04-22T10:31:42.119Z"
  }
]

Fills for a single order

GET /api/orders/{orderId}/fills

Real-time

Use the fills.me WebSocket channel. See messages.