Trading API reference
Every REST endpoint for trading on Agara — orders, orderbook, portfolio, positions, wallets, and bridging.
All trading endpoints live under /trade/v1 on the API origin and use the
same bearer-token authentication described in
Authentication. Amounts go on the wire in micro units
encoded as strings — see Conventions.
Pick an endpoint group from the sidebar. Each page documents the request and response shapes with ready-to-copy examples.
The machine-readable OpenAPI document is available at /trade/v1/openapi.json
on every deployment.