get https://api.tokeninsight.com/api/v1/coins/
Retrieve a coin complete data
🪣 Call credit usage for this endpoint: 1 credit per request
This endpoint is used to get a complete data set of a given coin or multiple given coins.
| variables | sub-variables | type | description |
|---|---|---|---|
| id | string | A unique ID to identify different coins/protocols. You can find the list of ids in List all supported coin ids | |
| symbol | string | Coin symbol | |
| logo | string | Logo | |
| name | string | Coin name | |
| rank | int | Coin's rank | |
| rating | |||
| rating | string | Coin's rating by TokenInsight | |
| update_date | int | Update date of the rating result. | |
| platforms | |||
| name | string | ecosystem | |
| address | string | smart contract address | |
| block_explorers | [""] | Block explorers of the project. | |
| website | [""] | The office website of project. | |
| community | |||
| string | |||
| telegram | string | Telegram | |
| discord | string | Discord | |
| string | |||
| string | |||
| string | |||
| string | |||
| youtube | string | Youtube | |
| medium | string | Medium | |
| mirror | string | Mirror | |
| others | [] | Other community links. | |
| others.name | string | ||
| others.link | string | ||
| resource | |||
| whitepaper | [""] | White paper of the project. | |
| doc | [""] | Intro / development documentations of the project. | |
| audit_reports | [""] | Audit reports of the project. | |
| code | [""] | Github, Gitbook or others. | |
| investors | [""] | Institutional investors of the project. | |
| localization | [] | ||
| lang | string | language | |
| description | string | Project description in language | |
| description_short | string | Project description in one sentence in language. | |
| tags | [""] | Tags of the project provided by TokenInsight. | |
| market_data | |||
| circulating_supply | float | Coin circulating supply. | |
| circulating_supply_percentage | float | Coin circulating supply devided by coin max supply. | |
| max_supply | float | Coin max supply. | |
| last_updated | int | Update time. | |
| market_data.price | |||
| currency | string | currency unit | |
| price_latest | float | Latest price. | |
| market_cap | float | Coin market cap, coin latest price * circulating supply. | |
| fully_diluted_valuation | float | Coin fully diluted valuation, coin latest price * coin max supply. | |
| price_change_24h | float | 24-hour price change. | |
| price_change_percentage_24h | float | 24-hour price change percentage. | |
| price_change_percentage_1h | float | 1-hour price change percentage. | |
| price_change_percentage_7d | float | 7-day price change percentage. | |
| price_change_percentage_30d | float | 30-day price change percentage. | |
| price_change_percentage_90d | float | 90-day price change percentage. | |
| price_change_percentage_180d | float | 180-day price change percentage. | |
| high_24h | float | The highest price in the last 24 hours. | |
| low_24h | float | The lowest price in the last 24 hours. | |
| high_7d | float | The highest price in the last 7 days. | |
| low_7d | float | The lowest price in the last 7 days. | |
| ath | float | All time high price. | |
| ath_date | int | Date of all time high price. | |
| atl | float | All time low price. | |
| atl_date | int | Date of all time low price. | |
| vol_spot_24h | float | Spot trading volume in the last 24 hours. | |
| vol_spot_change_24h | float | Spot trading volume change in the last 24 hours. | |
| vol_spot_change_percentage_24h | float | Spot trading volume change percentage in the last 24 hours. | |
| vol_derivatives_24h | float | Derivatives trading volume in the last 24 hours. | |
| vol_derivatives_change_24h | float | Derivatives trading volume change in the last 24 hours. | |
| vol_derivatives_change_percentage_24h | float | Derivatives trading volume change percentage in the last 24 hours. | |
| vol_spot_7d | float | Spot trading volume in the last 7 days. | |
| vol_derivatives_7d | float | Derivatives trading volume in the last 7 days. | |
| trading_markets | [] | coin tickers,See coins/{id}/tickers |