coins

Gets insights about a specific coin by its mint address

get/coins/{mint}/insights

Path parameters

mintstring required
Example:9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM

The mint address of the coin

Response

Success

Example response

{
  "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,
      "creatorQuoteFee": 0.05,
      "totalTradingQuoteFee": 0.001,
      "creatorWalletAddress": "2AAsAwNPTNBk5N466xyPiwqdgbc5WLbDTdnn9gVuDKaN"
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.