API ReferenceVordex API
All 18 endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /health | Health check |
| GET | /v1/price/:symbol | Oracle price for a symbol |
| GET | /v1/price/all | All oracle prices (cached 3s) |
| GET | /v1/candles/:symbol | OHLCV candles (1m to 1d) |
| GET | /v1/trades/:symbol | Recent on-chain trades |
| GET | /v1/orderbook/:symbol | Live orderbook bids/asks |
| POST | /v1/order | Place a signed order (limit or market) |
| POST | /v1/order/batch | Place up to 10 orders at once |
| DELETE | /v1/order/cancel-all | Cancel all open orders |
| DELETE | /v1/order/:orderId | Cancel a specific order |
| GET | /v1/account/:address | Vault balances + agent status |
| GET | /v1/orders/:address | Trader's order history |
| GET | /v1/fills/:address | Trade fill history |
| GET | /v1/agents | All registered agents |
| GET | /v1/agents/:address | Check if address is agent |
| GET | /v1/stats | Protocol stats (TVL, orders, AI ratio) |
| GET | /v1/leaderboard | Top traders by volume |
| GET | /v1/pairs | Trading pairs with IDs |
| GET | /v1/network | Chain info + contract addresses |