API Hub

Backtest through the API.

API Hub covers backtest submission, job delivery, and billing selection. The full app remains part of the broader access rollout.

Access
The interactive backtest interface will open with account access.
Delivery
Jobs run asynchronously and return results through the job endpoint.
Billing
Choose the main billing path or x402.
Endpoints

Three routes define the backtest flow.

Use the main endpoints for account-based jobs or x402 for direct settlement.

POSTendpoint
Create backtest job
/api/v1/crypto-backtest
Submit a backtest request through your app account.
GETendpoint
Check job status
/api/v1/jobs/[jobId]
Read progress and results for an existing job.
POSTendpoint
Use x402
/api/v2/x402/crypto-backtest
Settle a backtest in USDC on Base through x402.
Execution

The API focuses on backtests.

Input, execution, and results stay concise and job-based.

Natural-language input
Submit strategy logic in plain language.
Multi-chain backtests
Evaluate strategies across supported chains.
Job results
Poll the job endpoint for status and output.
Billing paths
API Hub only surfaces the billing detail needed to choose the right path.
App account
Use the main endpoints when backtests should remain under your app account.
x402
Use x402 for $0.05 backtests settled in USDC on Base.