Skip to main content
Returns the wallet’s open-orders snapshot — orders that are placed and resting in the book right now. Filled, canceled, or rejected orders do NOT appear here (use /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 /positions to 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 > 0 appear. A fully-filled order moves into /trades.
  • Ioc and FrontendMarket orders rarely sit here long enough to be seen — they fill or cancel within milliseconds.
  • Orders sorted newest-first by placed_at.