Read-only
Balances, market data, order history, and account metadata. Suitable for portfolio tools and reporting.
Connect trading systems, market dashboards, portfolio tools, and institutional workflows to VURAX using REST and WebSocket interfaces. Treat API keys like production financial credentials with strong security practices.
Balances, market data, order history, and account metadata. Suitable for portfolio tools and reporting.
Place and cancel spot or futures orders. Keep withdrawal permissions disabled for trading bots.
Internal transfers and withdrawal-related workflows require stronger verification and address controls.
Higher rate limits, sub-account reporting, FIX-style workflows, and dedicated support review.
| Method | Endpoint | Purpose |
|---|---|---|
| GET | /api/v1/markets | Supported symbols, filters, precision, and quote assets |
| GET | /api/v1/ticker | Latest price, 24h change, volume, and market snapshot |
| POST | /api/v1/order | Create market, limit, stop, and conditional orders |
| DELETE | /api/v1/order | Cancel open orders by symbol and client order id |
| GET | /api/v1/account | Balances, permissions, verification state, and fee tier |
| GET | /ws/market | WebSocket trades, depth, ticker, candles, and account streams |
Signed private requests should include timestamp, API key, request payload hash, and HMAC signature for security.
Public market data, authenticated trading, and account streams use separate rate limits to protect exchange stability.
Real-time trades, order book depth, candles, ticker updates, and user order events for low-latency applications.
Account event webhooks for settlement, treasury, and reconciliation systems available for institutional partners.
Access your API dashboard to create keys, manage permissions, and monitor usage across all your connected applications.