What this endpoint does
With this API, you can:- Retrieve detailed token information for a specific token by address
- Return metadata like name, symbol, decimals, and logo
- Include supply and market fields like total supply, circulating supply, market cap, and liquidity
- Return volume, trades, and price change data across multiple timeframes
- Support optional multi-currency price conversion using the
currenciesparameter
What you’ll need
- Basic knowledge of REST APIs
- A token contract address
- A Mobula API key
Get a free API key: Here Optional:
- DexScreener (to quickly find token contract addresses)
When to use Token Details
Use this endpoint when you want to:- Display token metadata and market stats for a contract address
- Check supply and market cap details, including diluted market cap
- Track price changes and volume across multiple timeframes
- Analyze liquidity and reserve data for a token
- Pull token info for dashboards, watchlists, and token research pages
Walkthrough to Get Token Details
1. Prepare your query
Thetoken/details endpoint requires two parameters:
| Parameter | Description |
|---|---|
blockchain | Blockchain identifier (example: ethereum, solana, evm:1) |
address | Token contract address |
currencies: Comma-separated fiat currencies for conversion (example:EUR,USD)
Default is USD.
2. Find a token address to test
To retrieve real token data:- Open DexScreener
- Pick any token
- Copy the token contract address from the token page
address parameter.
3. Fill the API form
Once your token address is ready:- Enter the blockchain value (example:
solana) - Paste the token contract into the
addressfield - (Optional) add currencies like
currencies=EUR,USD - Click Send to retrieve the token details snapshot
Reviewing the response
Key fields you will typically use:address/chainId: Token contract address and chain identifiersymbol/name/decimals: Core metadata for display and formattinglogo/originLogoUrl: Token image URLs when availablepriceUSD: Current token price in USDliquidityUSD/liquidityMaxUSD: Liquidity depth metricstotalSupply/circulatingSupply: Supply figures for valuationmarketCapUSD/marketCapDilutedUSD: Market cap values derived from supply and pricepriceChange*: Price change percentages across multiple timeframesvolume*: Volume metrics across windows like 1h, 4h, 24htrades*/buys*/sells*: Trade counts split by timeframeholdersCount: Estimated number of holders when availablesocials: Website, Twitter, Telegram links when availablesecurity: Basic security flags such as honeypot or malicious signalsorganic*fields: Cleaner metrics with bot activity filtered out
currencies=EUR,USD, the response adds converted fields like:
priceEURmarketCapEURvolume24hEUR
Try It Live with Mobula Token Details Demo (UI)
Demo UI Homepage Token Details Demo UI DocsSummary
The Get Token Details endpoint helps you:- Retrieve metadata, supply, market cap, liquidity, and volume stats
- Add multi-currency output using the
currenciesparameter - Use organic metrics for deeper token research
- Visualize token snapshots instantly in the demo UI
Try Mobula for Free
Try our free API today and start building in minutes.Get your free API key: Here