VORDIUM DOCS
API ReferenceVordex API

All 18 endpoints

MethodEndpointDescription
GET/healthHealth check
GET/v1/price/:symbolOracle price for a symbol
GET/v1/price/allAll oracle prices (cached 3s)
GET/v1/candles/:symbolOHLCV candles (1m to 1d)
GET/v1/trades/:symbolRecent on-chain trades
GET/v1/orderbook/:symbolLive orderbook bids/asks
POST/v1/orderPlace a signed order (limit or market)
POST/v1/order/batchPlace up to 10 orders at once
DELETE/v1/order/cancel-allCancel all open orders
DELETE/v1/order/:orderIdCancel a specific order
GET/v1/account/:addressVault balances + agent status
GET/v1/orders/:addressTrader's order history
GET/v1/fills/:addressTrade fill history
GET/v1/agentsAll registered agents
GET/v1/agents/:addressCheck if address is agent
GET/v1/statsProtocol stats (TVL, orders, AI ratio)
GET/v1/leaderboardTop traders by volume
GET/v1/pairsTrading pairs with IDs
GET/v1/networkChain info + contract addresses