Skip to main content
Endpoints for managing the wallets in your OceanX tracker.

List tracked wallets

GET /api/v1/tracker/wallets
List the wallets you’re tracking. Optional ?group=<groupId> to scope to a tracker group.

Request

Response

status is "pending" until the first observed activity, then "live".

Add a wallet

POST /api/v1/tracker/wallets
Start tracking a wallet.

Body

Request

Response

Tracking begins from the moment you add a wallet — v1 does not backfill historical activity for a newly added wallet.

Remove a wallet

DELETE /api/v1/tracker/wallets/{wallet}
Stop tracking a wallet (hides it from your view).

Request

Response