API Status OK

Strat Arena API surface.

Strat Arena API handles the backtesting, strategy, wallet, and subscription workflows behind Strat Arena.

A focused service layer for exchange-connected strategy tools, historical simulations, authentication, and wallet operations.

Route Groups

The API surface that powers the platform

Grouped endpoints for the core product workflows, with each area focused on one part of the platform.

/api/auth Authentication, profile, password, refresh, and connected account flows.
/api/backtest Run historical simulations and manage backtest-related workflows.
/api/strategy Create and manage strategy definitions used by the trading engine.
/api/indicator Indicator endpoints for strategy inputs and technical analysis logic.
/api/user User-specific resources and account-related API features.
/api/bookmark Persist bookmarks or saved references across the client experience.
/api/follow Follow relationships and audience connections between accounts.
/api/subscription Plan catalog, membership access, pricing, and subscription workflows.
/api/wallet Wallet balances, activity, QR flows, deposits, and income-related endpoints.
Common Requests

A few useful starting points

POST
/api/auth/signup Create a new account and begin the verification flow.
POST
/api/auth/signin Authenticate a user and start the cookie-backed session flow.
GET
/api/subscription/plans Load the plan catalog used across the website and app.
POST
/api/auth/refresh Refresh credentials using the cookie-backed refresh flow.