Token Price by Token Addresses
Price
Token Price by Token Addresses
To get token price based on the provided token contract address on a network
GET
Token Price by Token Addresses
Notes
- Prices are returned in USD. Addresses not found in GeckoTerminal will be ignored.
- Supports up to 30 contract addresses per request. Analyst plan or above supports up to 100.
- Unverified token market cap returns
null. Usemcap_fdv_fallback=trueto return FDV value (as seen on GeckoTerminal) when market cap data is unavailable. - GeckoTerminal’s routing selects the best pool for pricing based on liquidity and activity. For full control, use Specific Pool Data with a specific pool address.
- Set
include_inactive_source=trueto expand the search to recently active pools (up to 1 year) if no top pool is found.
SDK Examples
Authorizations
Path Parameters
Network ID.
*refers to /onchain/networks.
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
Token price data

