Base
0.42 gwei
0x7a3f...e29c
Account/API & developer

API & developer access.

Programmatic control over your strategies, fills and webhooks. Keys are scoped, rate-limited and revocable from this page.

SDK docs ↗

Active keys

4 of 10
3 in use last 24h
Name
Token
Scopes
Created
Last used
Trading bot · production EC2 i-0a4f · serves Mean Reversion v2
qk_live_z8X4···c29f
trade:write strategy:read
2024-09-12
32s ago
Backtest pipeline GitHub Actions · nightly runs
qk_live_h2P9···a811
backtest:read backtest:write
2025-01-04
14m ago
Read-only monitoring Grafana dashboard · ops.kira.dev
qk_live_m7Q1···44b0
portfolio:read fills:read
2024-11-21
8s ago
CI/CD · deploy Vercel build hook
qk_live_d3T8···f0c2
strategy:deploy
2025-03-14
3d ago

Example · place an order

curl Python TypeScript Go
~/quantum · POST /v1/orders
curl -X POST https://api.quantum.trade/v1/orders \
  -H "Authorization: Bearer $QUANTUM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "pair": "ETH/USDC",
    "side": "buy",
    "size": "0.482",
    "type": "limit",
    "price": "3847.82",
    "venue": "auto",
    "mev_protect": true,
    "strategy_id": "strat_mean_rev_v2"
  }'

# → response · 200 OK · 142ms
{
  "order_id": "ord_8XJ4f12c",
  "status": "routing",
  "solver": "cowswap",
  "estimated_gas_usd": 1.24,
  "expected_fill_ms": 820
}
↪ webhook posts to /hook on fill ✓ idempotent · use Idempotency-Key header

Webhooks

3 endpoints
URL Events Status Last delivery Success rate
https://ops.kira.dev/hook
fill.filledfill.failedstrategy.paused
healthy 14:02:51 · 132ms 99.84%
https://discord.com/api/webhooks/8x···
risk.breachstrategy.paused
healthy 13:48:12 · 248ms 100.0%
https://api.kira.dev/legacy
fill.filled
5xx · retrying 12:18:04 · 504 94.20%

Rate limits by plan

Upgrade plan →
Tier REST · req/min WebSocket conns Webhooks/endpt Backtest · min/day Burst
Hobbyist
60 2 1 30 1.5×
Quant · current
600 10 5 240
Fund
6,000 100 25 unlimited 10×
Headers X-RateLimit-Remaining and X-RateLimit-Reset on every response. 429s last 24h: 0