/
App ↗ GitHub ↗
Docs / Technical

API reference

Public endpoints exposed by the Core API.

MethodEndpointReturns
POST/api/v1/tokens/registerRegister a token
GET/api/v1/tokens/:mint/statusToken status & positions
GET/api/v1/statsAggregate protocol metrics

Register a token

POST /api/v1/tokens/register
{
  "mint": "string — Solana mint address (base58)",
  "underlying": "string — market symbol (SOL, BTC, …)",
  "side": "string — direction (long)",
  "leverage": "number — 25 to 250"
}

Stats

Returns registered tokens, net perp PnL, supply burned and buybacks executed.