Balance
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 · enumOptionalPossible values:
Must be solana.
walletstringOptionalExample:
A wallet address, or "*" for all tracked wallets.
*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:
truechannelstringOptionalExample:
balance.solanaeventstring · 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