API IntegrationTrade Activity
Trade History
Read fills, executions, and portfolio metrics.
Read what has already happened on the account:
| Endpoint | Returns |
|---|---|
GET /fills | Individual fills. |
GET /executions | Executions (an execution groups the fills of one action); use GET /executions/:id for one. |
GET /portfolio | Portfolio buckets and metrics; GET /portfolio/analytics for risk-adjusted analytics. |
History is basket-scoped, so realized PnL is measured against the basket's entry, not the exchange's global average. Live fills also stream over the WebSocket.