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

Bundles

Snapshot of KOL + side-wallet bundles detected for a Solana token, with live per-wallet positions (held, bag %, supply %, realized & unrealized PnL).

Bundle Snapshot — all bundles for one token

get

Returns a point-in-time snapshot of every bundle detected for the given mint, with each member wallet's live position. All bundles for the token are included on every call.

Required: blockchain (must be solana) and mint.

If no bundle has been detected for the token yet (or its snapshot has aged out of Redis), the response is still 200 with a populated token block and an empty bundles array — poll again once activity appears.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
blockchainstring · enumRequired

Must be solana (bundles are Solana-only).

Default: solanaPossible values:
mintstringRequired

Token mint address.

Example: 4e6hwqbdPRN9ovZqgSaoC2RfeYgmWfQiBsqDUSPTpump
api_keystringOptional

API key (alternative to the Authorization header).

Responses
200

Bundle snapshot for the token. data.bundles[] is empty when nothing has been detected yet.

application/json
successbooleanOptionalExample: true
get/v1/bundle

Last updated