Fund your account before trading. A newly-registered API key starts with no balance —
GET /v1/account returns 404 until you make a deposit. Use the Testnet Deposit button in the testnet web app for a quick ~$1,000, or deposit on-chain via the bridge. See Your testnet account.Base URLs
| Environment | REST | WebSocket |
|---|---|---|
| Mainnet | https://api.arcus.xyz | wss://api.arcus.xyz/v1/ws |
| Testnet | https://api.testnet.arcus.xyz | wss://api.testnet.arcus.xyz/v1/ws |
Where to next
Authentication
Generate an Ed25519 key, register it, and sign requests.
WebSocket overview
Connect, send subscribe / post / get envelopes, and place orders.
Channels
Per-channel reference: market data, order book, account, candles.
REST endpoints
Auto-generated from the OpenAPI spec — see the Endpoints group in the sidebar.
Rate limits
Per-IP request weights, per-subaccount trading pools, and WebSocket caps.