Skip to main content
GET
/
tokens
/
{token}
/
bundlers
Get Token Bundlers
curl --request GET \
  --url https://data.solanatracker.io/tokens/{token}/bundlers \
  --header 'x-api-key: <api-key>'
{
  "total": 140,
  "balance": 32457164.112205,
  "percentage": 3.24567802152891,
  "initialBalance": 0,
  "initialPercentage": 0,
  "wallets": [
    {
      "wallet": "4LV1AGBhB4or8r8dtpuoucttxpdo9UcKyHkSDEdjnC3d",
      "initialBalance": 0,
      "initialPercentage": 0,
      "balance": 16731822.881449,
      "percentage": 1.6731825365707074,
      "bundleTime": 1768443057571
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

token
string
required

Solana token mint address

Pattern: ^[1-9A-HJ-NP-Za-km-z]{32,44}$

Response

Successful response

total
integer
required

Total number of bundler wallets

balance
number
required

Total balance of all bundler wallets

percentage
number
required

Percentage of total supply held by bundlers

initialBalance
number
required

Initial balance of bundlers

initialPercentage
number
required

Initial percentage held by bundlers

wallets
object[]
required

Array of bundler wallet information (up to 500 wallets)