API
API
Base URL: https://api.autonaisol.xyz
Auth
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | /api/v1/auth/nonce/:wallet | — | Get sign-in message |
| POST | /api/v1/auth/login | — | Verify signature, issue JWT |
| GET | /api/v1/config | — | Public chain config (mint, vault, decimals) |
| GET | /health | — | Service health |
Dashboard
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | /api/v1/dashboard/ | JWT | API keys, balances, yield |
| POST | /api/v1/dashboard/api-keys | JWT | Create gateway API key |
Staking
| Method | Path | Auth | Description |
|---|---|---|---|
| POST | /api/v1/stake/deposit | JWT | Verify & log stake tx |
| POST | /api/v1/stake/claim | JWT | Queue USDC yield payout |
| GET | /api/v1/stake/summary | JWT | Staking totals |
Gateway
OpenAI-compatible inference proxy. See For Agents for integration examples.
| Method | Path | Auth | Description |
|---|---|---|---|
| ANY | /api/v1/gateway/* | API Key | OpenRouter proxy |