/v1/wallets/:addr/trades for fill history).
Endpoint
Query parameters
Response
Use cases
- Open-orders panel in a portfolio UI.
- Maker-flow tracking — pair with
/positionsto see exposure + intent on a wallet. - Cancel-side analytics — diff snapshots over time to detect order churn / spoofing patterns.
Examples
Notes
- Only orders where
size_remaining > 0appear. A fully-filled order moves into/trades. IocandFrontendMarketorders rarely sit here long enough to be seen — they fill or cancel within milliseconds.- Orders sorted newest-first by
placed_at.