Token Price by Token Addresses
Simple
Token Price by Token Addresses
This endpoint allows you to get token price based on the provided token contract address on a network
GET
Token Price by Token Addresses
Documentation Index
Fetch the complete documentation index at: https://docs.coingecko.com/llms.txt
Use this file to discover all available pages before exploring further.
Note
- If the token’s market cap is not verified by the team, the API response will return
nullfor its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).- If you require
market_cap_usdto return FDV value (as seen on GeckoTerminal.com) when market cap data is unavailable, please specify this parametermcap_fdv_fallback=true.
- If you require
- The returned price currency is in USD.
- Addresses not found in GeckoTerminal will be ignored.
- This endpoint allows querying up to 100 contract addresses per request. This limit is exclusive for paid plan subscribers (Analyst plan & above).
- When using this endpoint, GeckoTerminal’s routing decides the best pool for token price. The price source may change based on liquidity and pool activity. For full control over the price, you may use
/networks/{network}/pools/{address}endpoint by providing a specific pool address. - If
include_inactive_source=trueis set and no top pool is found for a token, the search will expand to include recently active pools up to the past 1 year. - Cache / Update Frequency: Real-time (Cacheless) for Pro API (Basic, Analyst, Lite, Pro, Enterprise).
Authorizations
Path Parameters
token contract address, comma-separated if more than one token contract address
Query Parameters
include market capitalization, default: false
return FDV if market cap is not available, default: false
include 24hr volume, default: false
include 24hr price change, default: false
include total reserve in USD, default: false
include token price data from inactive pools using the most recent swap, default: false
Response
200 - application/json
Get current USD prices of multiple tokens on a network

