Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the full tracker state: your groups, wallets and status.
GET /api/v1/tracker/snapshot
group
curl https://www.oceanx.trade/api/v1/tracker/snapshot \ -H "Authorization: Bearer $OCEANX_API_KEY"
{ "groups": [ { "id": "default:usr_123", "name": "Main", "emoji": "ðŧ", "sortOrder": 0, "walletCount": 3 } ], "wallets": [ { "wallet": "5Q54âĶe4j1", "label": "Whale #1", "emoji": "ðģ", "notes": null, "groups": ["default:usr_123"], "status": "live", "lastEventAtMs": 1751385600000 } ], "status": { "globalWalletCount": 3 } }