Token Transactions
Authorizations
AuthorizationstringRequired
Authorization: Bearer YOUR_KEY
Body
Client → server. Start receiving the transactions stream for a chain + wallet type.
opstring · enumRequiredExample:
subscribePossible values: streamstring · enumOptionalExample:
txPossible values: blockchainstring · enumOptionalExample:
Change this to switch chain.
solanaPossible values: typestring · enumOptionalExample:
whale is Solana-only.
kolPossible values: tokenstringOptionalExample:
A mint/contract, or "*" for all tokens.
*channelstringOptionalExample:
Compact alternative to the fields above, e.g. tx.solana.kol.*
tx.solana.kol.*Responses
200
A position_update message pushed for each matching trade on the subscribed channel.
application/json
One trade (buy or sell) as a full position update.
successbooleanOptionalExample:
truechannelstringOptionalExample:
Channel that produced this message — tx...
tx.solana.koleventstring · enumOptionalExample:
position_updatePossible values: get/tx
200
A position_update message pushed for each matching trade on the subscribed channel.
Last updated