Holder
Authorizations
AuthorizationstringRequired
Authorization: Bearer YOUR_KEY
Body
Client -> server. Subscribe to a token's tracked holders; filters persist until unsubscribe.
opstring · enumRequiredExample:
subscribePossible values: streamstring · enumRequiredExample:
holderPossible values: blockchainstring · enumOptionalPossible values:
Must be solana.
tokenstringRequiredExample:
A mint to watch one token, or "*" for all tokens (live only, no snapshot).
2yeMv8fRYmLTmCDJJsdF7sNBFuPP2BunRkKRpUQbpumpchannelstring · nullableOptional
Alternative to blockchain+token: holder.solana. or holder.solana for all.
Responses
200
init, holder_update and position_update messages. (The connection also delivers a connected welcome, a subscribed ack per subscribe, and error messages — see schemas.)
application/json
One holder message — init snapshot, holder_update, or position_update.
successbooleanOptionalExample:
truechannelstringOptionalExample:
holder.solanaeventstring · enumOptionalPossible values:
get/holder
200
init, holder_update and position_update messages. (The connection also delivers a connected welcome, a subscribed ack per subscribe, and error messages — see schemas.)
Last updated