curl --request GET \
--url https://data.solanatracker.io/tokens/multi/all \
--header 'x-api-key: <api-key>'{
"latest": [
{
"token": {
"name": "<string>",
"symbol": "<string>",
"mint": "<string>",
"uri": "<string>",
"decimals": 123,
"description": "<string>",
"image": "<string>",
"hasFileMetaData": true,
"strictSocials": {},
"creation": {
"creator": "<string>",
"created_tx": "<string>",
"created_time": 123
}
},
"pools": [
{
"poolId": "<string>",
"liquidity": {
"quote": 123,
"usd": 123
},
"price": {
"quote": 123,
"usd": 123
},
"tokenSupply": 123,
"lpBurn": 123,
"tokenAddress": "<string>",
"marketCap": {
"quote": 123,
"usd": 123
},
"market": "<string>",
"quoteToken": "<string>",
"decimals": 123,
"security": {
"freezeAuthority": "<string>",
"mintAuthority": "<string>"
},
"lastUpdated": 123,
"deployer": "<string>",
"txns": {
"buys": 123,
"total": 123,
"volume": 123,
"volume24h": 123,
"sells": 123
},
"bundleId": "<string>"
}
],
"events": {},
"risk": {
"snipers": {
"count": 123,
"totalBalance": 123,
"totalPercentage": 123,
"wallets": [
"<string>"
]
},
"insiders": {
"count": 123,
"totalBalance": 123,
"totalPercentage": 123,
"wallets": [
"<string>"
]
},
"top10": 123,
"dev": {
"percentage": 123,
"amount": 123
},
"fees": {},
"rugged": true,
"risks": [
"<string>"
],
"score": 123,
"jupiterVerified": true
},
"buys": 123,
"sells": 123,
"txns": 123,
"holders": 123
}
],
"graduating": [
{
"token": {
"name": "<string>",
"symbol": "<string>",
"mint": "<string>",
"uri": "<string>",
"decimals": 123,
"description": "<string>",
"image": "<string>",
"hasFileMetaData": true,
"strictSocials": {},
"creation": {
"creator": "<string>",
"created_tx": "<string>",
"created_time": 123
}
},
"pools": [
{
"poolId": "<string>",
"liquidity": {
"quote": 123,
"usd": 123
},
"price": {
"quote": 123,
"usd": 123
},
"tokenSupply": 123,
"lpBurn": 123,
"tokenAddress": "<string>",
"marketCap": {
"quote": 123,
"usd": 123
},
"market": "<string>",
"quoteToken": "<string>",
"decimals": 123,
"security": {
"freezeAuthority": "<string>",
"mintAuthority": "<string>"
},
"lastUpdated": 123,
"deployer": "<string>",
"txns": {
"buys": 123,
"total": 123,
"volume": 123,
"volume24h": 123,
"sells": 123
},
"bundleId": "<string>"
}
],
"events": {},
"risk": {
"snipers": {
"count": 123,
"totalBalance": 123,
"totalPercentage": 123,
"wallets": [
"<string>"
]
},
"insiders": {
"count": 123,
"totalBalance": 123,
"totalPercentage": 123,
"wallets": [
"<string>"
]
},
"top10": 123,
"dev": {
"percentage": 123,
"amount": 123
},
"fees": {},
"rugged": true,
"risks": [
"<string>"
],
"score": 123,
"jupiterVerified": true
},
"buys": 123,
"sells": 123,
"txns": 123,
"holders": 123
}
],
"graduated": [
{
"token": {
"name": "<string>",
"symbol": "<string>",
"mint": "<string>",
"uri": "<string>",
"decimals": 123,
"description": "<string>",
"image": "<string>",
"hasFileMetaData": true,
"strictSocials": {},
"creation": {
"creator": "<string>",
"created_tx": "<string>",
"created_time": 123
}
},
"pools": [
{
"poolId": "<string>",
"liquidity": {
"quote": 123,
"usd": 123
},
"price": {
"quote": 123,
"usd": 123
},
"tokenSupply": 123,
"lpBurn": 123,
"tokenAddress": "<string>",
"marketCap": {
"quote": 123,
"usd": 123
},
"market": "<string>",
"quoteToken": "<string>",
"decimals": 123,
"security": {
"freezeAuthority": "<string>",
"mintAuthority": "<string>"
},
"lastUpdated": 123,
"deployer": "<string>",
"txns": {
"buys": 123,
"total": 123,
"volume": 123,
"volume24h": 123,
"sells": 123
},
"bundleId": "<string>"
}
],
"events": {},
"risk": {
"snipers": {
"count": 123,
"totalBalance": 123,
"totalPercentage": 123,
"wallets": [
"<string>"
]
},
"insiders": {
"count": 123,
"totalBalance": 123,
"totalPercentage": 123,
"wallets": [
"<string>"
]
},
"top10": 123,
"dev": {
"percentage": 123,
"amount": 123
},
"fees": {},
"rugged": true,
"risks": [
"<string>"
],
"score": 123,
"jupiterVerified": true
},
"buys": 123,
"sells": 123,
"txns": 123,
"holders": 123
}
]
}Gets an overview of latest, graduating, and graduated tokens (Axiom Pulse / Photon Memescope style)
curl --request GET \
--url https://data.solanatracker.io/tokens/multi/all \
--header 'x-api-key: <api-key>'{
"latest": [
{
"token": {
"name": "<string>",
"symbol": "<string>",
"mint": "<string>",
"uri": "<string>",
"decimals": 123,
"description": "<string>",
"image": "<string>",
"hasFileMetaData": true,
"strictSocials": {},
"creation": {
"creator": "<string>",
"created_tx": "<string>",
"created_time": 123
}
},
"pools": [
{
"poolId": "<string>",
"liquidity": {
"quote": 123,
"usd": 123
},
"price": {
"quote": 123,
"usd": 123
},
"tokenSupply": 123,
"lpBurn": 123,
"tokenAddress": "<string>",
"marketCap": {
"quote": 123,
"usd": 123
},
"market": "<string>",
"quoteToken": "<string>",
"decimals": 123,
"security": {
"freezeAuthority": "<string>",
"mintAuthority": "<string>"
},
"lastUpdated": 123,
"deployer": "<string>",
"txns": {
"buys": 123,
"total": 123,
"volume": 123,
"volume24h": 123,
"sells": 123
},
"bundleId": "<string>"
}
],
"events": {},
"risk": {
"snipers": {
"count": 123,
"totalBalance": 123,
"totalPercentage": 123,
"wallets": [
"<string>"
]
},
"insiders": {
"count": 123,
"totalBalance": 123,
"totalPercentage": 123,
"wallets": [
"<string>"
]
},
"top10": 123,
"dev": {
"percentage": 123,
"amount": 123
},
"fees": {},
"rugged": true,
"risks": [
"<string>"
],
"score": 123,
"jupiterVerified": true
},
"buys": 123,
"sells": 123,
"txns": 123,
"holders": 123
}
],
"graduating": [
{
"token": {
"name": "<string>",
"symbol": "<string>",
"mint": "<string>",
"uri": "<string>",
"decimals": 123,
"description": "<string>",
"image": "<string>",
"hasFileMetaData": true,
"strictSocials": {},
"creation": {
"creator": "<string>",
"created_tx": "<string>",
"created_time": 123
}
},
"pools": [
{
"poolId": "<string>",
"liquidity": {
"quote": 123,
"usd": 123
},
"price": {
"quote": 123,
"usd": 123
},
"tokenSupply": 123,
"lpBurn": 123,
"tokenAddress": "<string>",
"marketCap": {
"quote": 123,
"usd": 123
},
"market": "<string>",
"quoteToken": "<string>",
"decimals": 123,
"security": {
"freezeAuthority": "<string>",
"mintAuthority": "<string>"
},
"lastUpdated": 123,
"deployer": "<string>",
"txns": {
"buys": 123,
"total": 123,
"volume": 123,
"volume24h": 123,
"sells": 123
},
"bundleId": "<string>"
}
],
"events": {},
"risk": {
"snipers": {
"count": 123,
"totalBalance": 123,
"totalPercentage": 123,
"wallets": [
"<string>"
]
},
"insiders": {
"count": 123,
"totalBalance": 123,
"totalPercentage": 123,
"wallets": [
"<string>"
]
},
"top10": 123,
"dev": {
"percentage": 123,
"amount": 123
},
"fees": {},
"rugged": true,
"risks": [
"<string>"
],
"score": 123,
"jupiterVerified": true
},
"buys": 123,
"sells": 123,
"txns": 123,
"holders": 123
}
],
"graduated": [
{
"token": {
"name": "<string>",
"symbol": "<string>",
"mint": "<string>",
"uri": "<string>",
"decimals": 123,
"description": "<string>",
"image": "<string>",
"hasFileMetaData": true,
"strictSocials": {},
"creation": {
"creator": "<string>",
"created_tx": "<string>",
"created_time": 123
}
},
"pools": [
{
"poolId": "<string>",
"liquidity": {
"quote": 123,
"usd": 123
},
"price": {
"quote": 123,
"usd": 123
},
"tokenSupply": 123,
"lpBurn": 123,
"tokenAddress": "<string>",
"marketCap": {
"quote": 123,
"usd": 123
},
"market": "<string>",
"quoteToken": "<string>",
"decimals": 123,
"security": {
"freezeAuthority": "<string>",
"mintAuthority": "<string>"
},
"lastUpdated": 123,
"deployer": "<string>",
"txns": {
"buys": 123,
"total": 123,
"volume": 123,
"volume24h": 123,
"sells": 123
},
"bundleId": "<string>"
}
],
"events": {},
"risk": {
"snipers": {
"count": 123,
"totalBalance": 123,
"totalPercentage": 123,
"wallets": [
"<string>"
]
},
"insiders": {
"count": 123,
"totalBalance": 123,
"totalPercentage": 123,
"wallets": [
"<string>"
]
},
"top10": 123,
"dev": {
"percentage": 123,
"amount": 123
},
"fees": {},
"rugged": true,
"risks": [
"<string>"
],
"score": 123,
"jupiterVerified": true
},
"buys": 123,
"sells": 123,
"txns": 123,
"holders": 123
}
]
}API Key for authentication
Number of tokens per category (default: 100, max: 500)
1 <= x <= 500Minimum curve percentage for graduating tokens (default: 40)
0 <= x <= 100Minimum number of holders for graduating tokens (default: 20)
x >= 0Maximum number of holders for graduating tokens
x >= 0Reduce spam by filtering out quick graduated tokens
Minimum liquidity filter
Maximum liquidity filter
Minimum market cap filter
Maximum market cap filter
Filter by specific markets (comma-separated)
Minimum risk score filter
Maximum risk score filter
Filter by rugged status
Successful response
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?