Get Coin Insights
GET/coins/:mint/insights
Gets insights about a specific coin by its mint address
Request
Path Parameters
The mint address of the coin
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
data
object
Additional token information from Birdeye's defi token overview API. Includes price, volume, supply, market cap, and other on-chain and market data.
The SPL token mint address
Number of decimals for the token
The token symbol
The token name
Market capitalization in USD
Fully diluted valuation in USD
extensions
object
Token metadata and links
CoinGecko ID
Token description
Twitter URL
Website URL
Discord invite URL
Current liquidity in USD
Unix timestamp of the last trade
ISO8601 time of the last trade
Current price in USD
Price 24 hours ago in USD
24h price change in percent
Unique wallets traded in last 24h
Unique wallets traded in previous 24h
24h change in unique wallets (percent)
Total supply of the token
Circulating supply of the token
Number of holders
Number of trades in last 24h
Number of trades in previous 24h
24h change in trade count (percent)
Number of sell trades in last 24h
Number of sell trades in previous 24h
24h change in sell trades (percent)
Number of buy trades in last 24h
Number of buy trades in previous 24h
24h change in buy trades (percent)
24h trading volume (token units)
24h trading volume in USD
Previous 24h trading volume (token units)
Previous 24h trading volume in USD
24h change in volume (percent)
24h buy volume (token units)
24h buy volume in USD
Previous 24h buy volume (token units)
Previous 24h buy volume in USD
24h change in buy volume (percent)
24h sell volume (token units)
24h sell volume in USD
Previous 24h sell volume (token units)
Previous 24h sell volume in USD
24h change in sell volume (percent)
Number of markets the token is traded on
Total volume of coin traded (all time)
Total volume of coin traded in USD (all time)
Total volume bought (all time)
Total volume bought in USD (all time)
Total volume sold (all time)
Total volume sold in USD (all time)
Total number of trades (all time)
Total number of buys (all time)
Total number of sells (all time)
dynamicBondingCurve
object
required
Information about the dynamic bonding curve if one exists for the Coin
Address of the bonding curve pool
Current price in the pool's quote token (e.g., AUDIO)
Current price in USD
Progress along the bonding curve (0.0 - 1.0)
Whether the bonding curve has been migrated
Creator quote fee for the bonding curve
Total trading quote fee accumulated
Address of the pool creator's wallet
{
"data": {
"address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"decimals": 5,
"symbol": "BONK",
"name": "Bonk",
"marketCap": 2625779824.994664,
"fdv": 2625779824.994664,
"extensions": {
"coingeckoId": "bonk",
"description": "The Official Bonk Inu token",
"twitter": "https://twitter.com/bonk_inu",
"website": "https://www.bonkcoin.com/",
"discord": "https://discord.gg/ubqvDDFUhf"
},
"liquidity": 18977326.389274083,
"lastTradeUnixTime": 1752620592,
"lastTradeHumanTime": "2025-07-15T23:03:12",
"price": 0.000029571022098881748,
"history24hPrice": 0.000027195701160436288,
"priceChange24hPercent": 8.73417796596848,
"uniqueWallet24h": 20242,
"uniqueWalletHistory24h": 21155,
"uniqueWallet24hChangePercent": -4.315764594658473,
"totalSupply": 88795707372386.03,
"circulatingSupply": 88795707372386.03,
"holder": 957291,
"trade24h": 449987,
"tradeHistory24h": 390400,
"trade24hChangePercent": 15.263063524590164,
"sell24h": 223845,
"sellHistory24h": 191979,
"sell24hChangePercent": 16.598690481771445,
"buy24h": 226142,
"buyHistory24h": 198421,
"buy24hChangePercent": 13.970799461750522,
"v24h": 2456470915352.043,
"v24hUSD": 69961943.60091284,
"vHistory24h": 1849367819551.6223,
"vHistory24hUSD": 49529721.91224754,
"v24hChangePercent": 32.82760137718911,
"vBuy24h": 1267704208631.2197,
"vBuy24hUSD": 35985775.23314727,
"vBuyHistory24h": 926415751610.5529,
"vBuyHistory24hUSD": 24916558.31987226,
"vBuy24hChangePercent": 36.83966474310746,
"vSell24h": 1188766706720.8232,
"vSell24hUSD": 33976168.367765576,
"vSellHistory24h": 922952067941.0695,
"vSellHistory24hUSD": 24613163.592375275,
"vSell24hChangePercent": 28.800481413161105,
"numberMarkets": 317,
"totalVolume": 158766463.26959822,
"totalVolumeUSD": 20188521260.405678,
"volumeBuy": 78227859.16098201,
"volumeBuyUSD": 20188521260.405678,
"volumeSell": 80538604.1086162,
"volumeSellUSD": 20188521260.405678,
"totalTrade": 258522892,
"buy": 87829497,
"sell": 170693395,
"dynamicBondingCurve": {
"address": "2AAsAwNPTNBk5N466xyPiwqdgbc5WLbDTdnn9gVuDKaN",
"price": 0.0028402095736478586,
"priceUSD": 0.000029571022098881748,
"curveProgress": 0.75,
"isMigrated": false,
"creatorQuoteFee": 0.05,
"totalTradingQuoteFee": 0.001,
"creatorWalletAddress": "2AAsAwNPTNBk5N466xyPiwqdgbc5WLbDTdnn9gVuDKaN"
}
}
}