Orders
Get trade execution history
Returns all executed trades (fills) for the authenticated user.
Each trade represents a single fill event with the execution price, quantity, realized P&L, fee, and the parent order reference.
realized_pnl is gross P&L (price difference only). fee is the trading cost. Net P&L = realized_pnl - fee.
Use this to build a trade blotter or calculate performance statistics.
GET
fetch
Related topics
Get fills for a trading dayGet order history from database (append-only lifecycle events)Get completed round-trip trades (server-derived)GET /depth/history — rolling order-book depth history.Get account change history