Wallets List

Lists all tracked wallets for a chain and wallet type, with cursor-based pagination. Each entry contains the wallet's profile (name, avatar, social links).

List tracked wallets

get

Returns all tracked wallets for the given chain and type.

Parameters / settings

  • blockchain (required) — one of: solana, bnb, base, eth

  • type (required) — one of: kol, smart, whale (availability depends on chain)

  • limit (optional) — number of wallets to return. Omit it to get ALL wallets (no cap).

  • cursor (optional) — wallet address from a previous page for pagination

  • api_key (optional if Bearer header is used)

Authorizations
AuthorizationstringRequired

Authorization: Bearer YOUR_KEY

Query parameters
blockchainstring · enumRequiredExample: solanaPossible values:
typestring · enumRequiredExample: kolPossible values:
limitinteger · min: 1OptionalExample: 50
cursorstringOptional
api_keystringOptionalExample: YOUR_KEY
Responses
200

List of wallets.

application/json
successbooleanOptional
metaobjectOptional
get
/v1/wallets

Last updated