get https://api.tokeninsight.com/api/v1/simple/price
Retrieve a coin simple data
🪣 Call credit usage for this endpoint: 1 credit per request
This endpoint retrieves simple market data of a given coin or multiple coins.
| variables | type | description |
|---|---|---|
| id | string | A unique ID to identify different coins/protocols. You can find the list of ids in Retrieve coins list |
| price_latest | float | Latest price, default in USD. |
| price_change_percentage_24h | float | 24-hour price change percentage. |
| vol_spot_24h | float | Spot trading volume in the last 24 hours, default in USD. |
| market_cap | float | Coin market capitalization, default in USD. |