Agara

Agara Trading API

Place orders, read live depth, and monitor fills on AGARA markets.

REST origin: https://app.agara.xyz · WebSocket origin: wss://app.agara.xyz

Trading endpoints live under /trade/v1; market discovery lives under /api/v1.

Where to start

Reference

Endpoint summary

What you want to doMethodPath
Browse or search eventsGET/api/v1/events?source=AGARA
Read one event and its marketsGET/api/v1/events/{slug}
Place an orderPOST/trade/v1/orders
List your ordersPOST/trade/v1/orders/list
Look up one orderGET/trade/v1/orders/{order_id}
Cancel an orderDELETE/trade/v1/orders/{order_id}
Cancel every open orderPOST/trade/v1/orders/cancel-all
Read the orderbookGET/trade/v1/orderbook/{token_id}
Stream market dataWS/trade/v1/market-stream
Stream account eventsWS/trade/v1/account-stream
Read fill historyGET/trade/v1/portfolio/trades

Orders and account requests need an Authorization: Bearer <token> header. Market discovery, orderbooks, and the market stream are public.

Funding in this environment

Production uses real USDC on Base. Verify the token contract on Collateral before depositing or withdrawing.

The web app can quote supported cross-chain withdrawals. Query the withdrawal supported-assets endpoint immediately before requesting a route because availability can change.

On this page