Skip to main content
POST
Track a wallet

Authorizations

Authorization
string
header
required

An OceanX API key, created in the app under Settings → Developer API. Send it as Authorization: Bearer ox_live_…. These endpoints require the md.read scope, which is on every key by default.

Body

application/json
wallet
string
required

Base58 Solana wallet address.

Pattern: ^[1-9A-HJ-NP-Za-km-z]{32,44}$
label
string

Your name for it.

emoji
string
group
string

Tracker group to add it to.

Response

The wallet is now tracked.

wallet
string
tracked
boolean
groupId
string | null