Strat Arena logo Strat Arena Backend service
Server online

Strat Arena API

Strat Arena API powers authentication, strategy workflows, backtesting, subscriptions, deposits, wallet activity, rewards, and platform configuration.

Route Groups

Core product endpoints

The public backend surface is grouped by product workflow.

/api/auth Signup, signin, verification, password reset, sessions, and account access.
/api/user Profiles, account details, public user data, and user list features.
/api/backtest Run historical simulations and retrieve saved backtest results.
/api/indicator Technical indicators used inside strategy rules and backtest calculations.
/api/app-config Admin-managed platform settings for tokens, deposits, and simulation behavior.
/api/strategy Create, browse, update, delete, and inspect trading strategies.
/api/bookmark Saved strategies, saved backtests, and bookmark management for accounts.
/api/follow Follow relationships and profile connection features between users.
/api/subscription Plans, checkout, membership access, and token-based subscription flow.
/api/wallet Balances, transfers, deposits, payment verification, and activity timelines.
/api/daily-reward Daily reward availability, claims, and wallet token reward activity.
/api/missions Mission progress, reward claims, and engagement features.
/api/job-applications Career application submission and admin application review workflows.
/api/job-positions Open role listings and admin-managed job position endpoints.
Quick Checks

Useful request paths

A few endpoints worth checking first while developing or testing.

GET
/api/subscription/plans Returns active subscription plans and token pricing data.
POST
/api/auth/signin Starts an authenticated session for the web app.
POST
/api/auth/refresh Refreshes access credentials through the refresh cookie flow.
GET
/api/wallet/summary Loads wallet balance, token rate, and current wallet overview.