Skip to main content

Get Coin Insights

GET 

/coins/:mint/insights

Gets insights about a specific coin by its mint address

Request

Path Parameters

    mint stringrequired

    The mint address of the coin

Responses

Success

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.

    address string

    The SPL token mint address

    decimals integer

    Number of decimals for the token

    symbol string

    The token symbol

    name string

    The token name

    marketCap numberrequired

    Market capitalization in USD

    fdv numberrequired

    Fully diluted valuation in USD

    extensions

    object

    Token metadata and links

    coingeckoId string

    CoinGecko ID

    description string

    Token description

    twitter string

    Twitter URL

    website string

    Website URL

    discord string

    Discord invite URL

    liquidity numberrequired

    Current liquidity in USD

    lastTradeUnixTime integerrequired

    Unix timestamp of the last trade

    lastTradeHumanTime stringrequired

    ISO8601 time of the last trade

    price numberrequired

    Current price in USD

    history24hPrice numberrequired

    Price 24 hours ago in USD

    priceChange24hPercent numberrequired

    24h price change in percent

    uniqueWallet24h integerrequired

    Unique wallets traded in last 24h

    uniqueWalletHistory24h integerrequired

    Unique wallets traded in previous 24h

    uniqueWallet24hChangePercent numberrequired

    24h change in unique wallets (percent)

    totalSupply numberrequired

    Total supply of the token

    circulatingSupply numberrequired

    Circulating supply of the token

    holder integerrequired

    Number of holders

    trade24h integerrequired

    Number of trades in last 24h

    tradeHistory24h integerrequired

    Number of trades in previous 24h

    trade24hChangePercent numberrequired

    24h change in trade count (percent)

    sell24h integerrequired

    Number of sell trades in last 24h

    sellHistory24h integerrequired

    Number of sell trades in previous 24h

    sell24hChangePercent numberrequired

    24h change in sell trades (percent)

    buy24h integerrequired

    Number of buy trades in last 24h

    buyHistory24h integerrequired

    Number of buy trades in previous 24h

    buy24hChangePercent numberrequired

    24h change in buy trades (percent)

    v24h numberrequired

    24h trading volume (token units)

    v24hUSD numberrequired

    24h trading volume in USD

    vHistory24h numberrequired

    Previous 24h trading volume (token units)

    vHistory24hUSD number

    Previous 24h trading volume in USD

    v24hChangePercent number

    24h change in volume (percent)

    vBuy24h number

    24h buy volume (token units)

    vBuy24hUSD number

    24h buy volume in USD

    vBuyHistory24h number

    Previous 24h buy volume (token units)

    vBuyHistory24hUSD number

    Previous 24h buy volume in USD

    vBuy24hChangePercent number

    24h change in buy volume (percent)

    vSell24h number

    24h sell volume (token units)

    vSell24hUSD number

    24h sell volume in USD

    vSellHistory24h number

    Previous 24h sell volume (token units)

    vSellHistory24hUSD number

    Previous 24h sell volume in USD

    vSell24hChangePercent number

    24h change in sell volume (percent)

    numberMarkets integer

    Number of markets the token is traded on

    totalVolume numberrequired

    Total volume of coin traded (all time)

    totalVolumeUSD numberrequired

    Total volume of coin traded in USD (all time)

    volumeBuy numberrequired

    Total volume bought (all time)

    volumeBuyUSD numberrequired

    Total volume bought in USD (all time)

    volumeSell numberrequired

    Total volume sold (all time)

    volumeSellUSD numberrequired

    Total volume sold in USD (all time)

    totalTrade integerrequired

    Total number of trades (all time)

    buy integerrequired

    Total number of buys (all time)

    sell integerrequired

    Total number of sells (all time)

    dynamicBondingCurve

    object

    required

    Information about the dynamic bonding curve if one exists for the Coin

    address stringrequired

    Address of the bonding curve pool

    price numberrequired

    Current price in the pool's quote token (e.g., AUDIO)

    priceUSD numberrequired

    Current price in USD

    curveProgress numberrequired

    Progress along the bonding curve (0.0 - 1.0)

    isMigrated boolean

    Whether the bonding curve has been migrated

    creatorQuoteFee numberrequired

    Creator quote fee for the bonding curve

    totalTradingQuoteFee numberrequired

    Total trading quote fee accumulated

    creatorWalletAddress stringrequired

    Address of the pool creator's wallet

Loading...