For the complete documentation index, see llms.txt. This page is also available as Markdown.

Balance

Live native SOL balances of tracked KOL, smart-money and whale wallets on Solana. Refreshed on every transaction; snapshot on subscribe.

Balance — Live Native SOL Balances of Tracked Wallets (WebSocket)

get

Subscribe and receive an init snapshot of current balances, then live balance_update messages each time a tracked wallet's SOL balance changes.

  • blockchain (required) — must be solana.

  • wallet (optional, default *) — a wallet address to follow one wallet, or * for all tracked wallets.

  • wallet_types (optional) — any subset of kol, smart, whale; defaults to all three.

Authorizations
AuthorizationstringRequired

Authorization: Bearer YOUR_KEY

Body

Client -> server. Subscribe to tracked wallets' native SOL balances; filters persist until unsubscribe.

opstring · enumRequiredExample: subscribePossible values:
streamstring · enumRequiredExample: balancePossible values:
blockchainstring · enumOptional

Must be solana.

Possible values:
walletstringOptional

A wallet address, or "*" for all tracked wallets.

Example: *
channelstring · nullableOptional

Alternative to blockchain+wallet: balance.solana. or balance.solana for all.

Responses
200

init and balance_update messages. (The connection also delivers a connected welcome, a subscribed ack per subscribe, and error messages — see schemas.)

application/json

One balance message — init snapshot or balance_update.

successbooleanOptionalExample: true
channelstringOptionalExample: balance.solana
eventstring · enumOptionalPossible values:
get/balance
200

init and balance_update messages. (The connection also delivers a connected welcome, a subscribed ack per subscribe, and error messages — see schemas.)

Last updated