get https://api.coingecko.com/api/v3/simple/token_price/
This endpoint allows you to query a token price by using token contract address.
Tips
- You may obtain the asset platform and contract address via several ways:
- refers to respective coin page and find βcontractβ
- refers to
/coins/list
endpoint (include platform = true
)- You may flag to include more data such as market cap, 24hr volume, 24hr change, last updated time etc.
- If you wish to query multiple token prices in 1 request, this is available for paid plan subscribers.
Notes