Insight Price API Additions

Insight adds more data to token price API to also return market data, historical price data and holder count in addition to the price!
Market Data
The following data is now included by default for each token:
percent_change_24h
- Percentage change of the price over the last day
volume_24h_usd
- Trading volume in USD over the last day
volume_change_24h
- Percentage change of volume over the last day
market_cap_usd
- Market cap value in USD
Holder Count
By specifying include_holders=true
query param the number of on-chain holders of the token will also be returned
Historical Price Data
By including include_historical_prices=true
query param, the response will contain a list of token prices per hour over the last 30 days.
Here is an example response for USDC on Ethereum
Try it out in our playground

๐ Learn more about Insight - itโs open source and ready to power your applications!