Docs / Technical
API reference
Public endpoints exposed by the Core API.
| Method | Endpoint | Returns |
|---|---|---|
| POST | /api/v1/tokens/register | Register a token |
| GET | /api/v1/tokens/:mint/status | Token status & positions |
| GET | /api/v1/stats | Aggregate 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.