Arctick/ Pricing
API Access

Backtest with rigor · at scale.

Drop the same 5-gate engine into your trading pipeline. Sub-2s per call, DSR + PBO + walk-forward + leak audit on every backtest, BTC-1h Hyperliquid data preloaded.

Free
$0
Try the engine, kick the tires
  • 50 backtests per month
  • 5 calls per hour
  • All 5 statistical gates
  • 8.5y of BTC 1h data (Binance + Hyperliquid)
  • Community Discord support
Prototyping, integration testing, evaluation
Get free key
Team
$499 / mo
Small funds, prop desks, signal teams
  • 50,000 backtests per month
  • 600 calls per minute
  • All 5 statistical gates
  • 5 seats included
  • Slack-channel support
  • Quarterly strategy-review call
  • Private DSL extensions on request
Crypto funds, prop desks, multi-quant teams up to ~10 strategies in production
Start Team
Enterprise
Custom
Funds, exchanges, market makers
  • Unlimited backtests + custom rate limits
  • Custom indicators + multi-asset data
  • On-prem or VPC deployment available
  • Dedicated Slack + 4h response SLA
  • Code escrow + audit trail
  • Custom integration support
Funds >$10M AUM, market makers, exchange-native products
Talk to us

Try the free tier · no signup, no card

curl -X POST https://arctick.xyz/api/v1/backtest \
  -H "Authorization: Bearer hf_free_demo_kqx7gp2pz4" \
  -H "Content-Type: application/json" \
  -d '{
    "dsl": "LONG WHEN RSI(14) < 30\nTAKE_PROFIT 2%\nSTOP_LOSS 1%",
    "lookback_days": 365,
    "starting_equity": 1000
  }'

The demo key is bounded by Free-tier limits (50 calls/month total across all users, 5/hour). For production use, request a Pro key.

Frequently asked

What's the difference vs running locally?

Same engine. The API saves you from building the data pipeline (8.5y of BTC 1h candles from Binance + Hyperliquid, funding rate, open interest already loaded) and gives you fast response times on a warm cache.

Do you store my strategies?

The DSL text is held in request memory only · not persisted. We log a hash + verdict for analytics (so we can tell you how many of your backtests pass DSR/PBO), never the strategy itself.

How is the monthly quota counted?

One quota unit = one POST that returns a complete 5-gate response. 4xx errors (bad DSL, missing auth) don't count. 500s don't count.

Can I bring my own data?

Not on Free/Pro/Team. Enterprise can submit custom OHLCV+funding+OI parquets we host privately. Ask for details.

What about other coins?

Today: BTC perp on Hyperliquid, 1h. On the 2026-Q3 roadmap: ETH, SOL, HYPE on the same gate pipeline. Enterprise can fast-track specific pairs.

How do I cancel?

Reply to your invoice email saying "cancel" or send a one-line note to [email protected]. We don't run a self-serve subscription page yet (manual billing keeps overhead low and ensures every Pro/Team customer gets a real human onboarding).

Arctick · BTC · 1h candles · 8.5y of data (Binance + Hyperliquid) · API docs · Playground · Visual builder