Get Coin
GET/coins/:mint
Gets information 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
The coin name
The coin symbol
The coin mint address
The number of decimals for the coin
The ID of the user associated with the coin
The escrow recipient address for custom-created coins without DBCs
URL to the coin's logo image
URL to the coin's banner image
A longform description about the coin
The official website for the coin
Generic link URL for the coin
Generic link URL for the coin
Generic link URL for the coin
Generic link URL for the coin
Whether the coin has a Discord server
The date and time when the coin was added to Audius.
The SPL token mint address
The token symbol
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
artist_fees
object
Information about the fees earned by the artist on the coin's trading.
Total unclaimed fees from all sources, in $AUDIO.
Total fees earned from all sources, in $AUDIO.
artist_locker
object
Information about the artist locker associated with the coin.
The address of the artist locker.
The amount currently locked in the artist locker.
The amount currently unlocked in the artist locker.
The amount claimable from the artist locker. Eg. the amount unlocked that hasn't already been claimed.
reward_pool
object
Information about the reward pool associated with the coin.
The address of the reward pool.
The current balance of the reward pool.
{
"data": {
"name": "Bonk Inu",
"ticker": "$BONK",
"mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"decimals": 5,
"owner_id": "7eP5n",
"escrow_recipient": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"logo_uri": "https://arweave.net/hQiPZOsRZXGXBJd_82PhVdlM_hACsT_q6wqwf5cSY7I",
"banner_image_url": "https://example.com/banner.png",
"description": "The Official Bonk Inu token\nLorem ipsum dolor sit amet, consectetur adipiscing elit.",
"website": "https://www.bonkcoin.com/",
"link_1": "https://x.com/bear_token",
"link_2": "https://instagram.com/bear_token",
"link_3": "https://tiktok.com/@bear_token",
"link_4": "https://bear-token.com",
"has_discord": true,
"created_at": "2023-10-01T12:00:00Z",
"address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"symbol": "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"
},
"artist_fees": {
"unclaimed_fees": 2000000000,
"total_fees": 4000000000
},
"artist_locker": {
"address": "9bC8rd4qy4EQTHjvCoKFttk5W5km4tUFcVfASCDGro84",
"locked": 499178082191780800,
"unlocked": 821917808219178,
"claimable": 821917808219178
},
"reward_pool": {
"address": "6qUSoiMbTEZ4hpN3kuk5bjCRgcTJgUfXftVfTH1CSvZE",
"balance": 1000000000
}
}
}