PearPear
API IntegrationTrade Activity

Trade History

Read fills, executions, and portfolio metrics.

Read what has already happened on the account:

EndpointReturns
GET /fillsIndividual fills.
GET /executionsExecutions (an execution groups the fills of one action); use GET /executions/:id for one.
GET /portfolioPortfolio 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.