get https://api.tokeninsight.com/api/v1/coins/list
Retrieve coins list with price
Get all coins with prices that are currently listed on TokenInsight. Price is the default in US Dollar. You can check Get list of supported_vs_currencies for other currencies.
id is unique to any giving coin / protocol. You shall need it if you want to retrieve data on a specific coin. We have more than 10k+ coins in our database, thus, more than 10k ids.
Most of the time, TokenInsight's coin id was the same as their name, while replacing space or other symbols with a "-".
You can also find a coin's id from our website's URL:
https://tokeninsight.com/en/coins/bitcoin/overview
bitcoin that after "coins/" is the coin id.
variables | type | description |
---|---|---|
name | string | Coin name |
symbol | string | Coin symbol |
id | string | A unique ID to identify different coins/protocols. |
logo | string | Logo |
price | float | Coin price, default in US Dallor |