The one-stop solution for all your crypto data in a single powerful API
Our independent Crypto research firm is delivering reliable cryptocurrency data & ratings since 2018 to help you #Buidl.
The TokenInsight API helps developers and users alike retrieve crypto market data and build their own experiences. Our API is free to use, and anyone can get an API key with a TokenInsight account.
We provided a set of endpoints that allow you to fetch coins' prices, introductions, relative links, and other market data. You can also get crypto exchanges' trading data by different types or categories.
Sample data that you can get with our API:
- Global status of the crypto space
- List of cryptocurrencies and their prices, trading markets, ratings, and other info
- List of crypto exchanges and their trading data
- Historical data of coins/tokens and exchanges
- Content includes news, research on TokenInsight
- More to explore
When using our API, we expect that you give attributions to TokenInsight on your site or your app, or any data representation.
You should link to the TokenInsight website when using this API from your display data. Here you can find our Brand Assets and Guidelines to help you with TokenInsight attribution.
API Key Setup
- All endpoints require a key to access. You can get one for free yourself by logging into tokeninsight.com.
- Example of key setup:
curl --header 'TI_API_KEY: ${your key}' https://api.tokeninsight.com/api/v1/ping
. - The default request frequency is limited to 60 requests per minute or 300 requests per minute, depending on your API Key tier. Please pay attention to the request frequency, credit usage, and most important -- keep it safe.
API Introductions
- The base URL is: api.tokeninsight.com.
- The request header is required to include the
TI_API_KEY
field which contains your personal API Key. - The parameters must be in the query strings with the HTTP method as GET
- All data are represented in JSON format.
- The timestamp is the UNIX timestamp in milliseconds.
The following is the schema of response. When the code
is not 0, and the data field is not returned.
{
"data":{}/[]
"status": {
"code": 0,
"message": "tips",
"timestamp": 1640966400000
}
}
HTTP Response Code
- HTTP 400 error codes indicate wrong request content, behavior, and format. The problem is with the requester.
- HTTP 401 error code indicates that the
TI_API_KEY
is missing in the header. - HTTP 403 error code indicates that the key corresponding to the
TI_API_KEY
is invalid, expired, or exceeded. - HTTP 429 error code indicates that the access frequency exceeds the limit
- HTTP 500 error code indicates a problem on the backend server.
Disclaimer
You could also drop us an email here List or Update Token or Exchange details or use the New Coin / Token Listing form
Contact
More Information about TokenInsight
TokenInsight is a distinguished crypto analysis platform that offers comprehensive data and research content services. Since its establishment in 2018, TokenInsight has remained dedicated to providing invaluable infrastructure for the crypto industry. Our primary mission is to empower users by delivering accurate and relevant information and data services within the crypto industry.
We are committed to finding, spreading, and creating value in blockchain.
On the data front, we curate an extensive collection encompassing thousands of cryptocurrencies sourced from hundreds of exchanges. This rich dataset is readily accessible to our esteemed users and clients through our user-friendly website, intuitive app, and robust API. It's important to note that our products are available to retail users at no cost. Additionally, our enterprise-level data API ensures convenient and reliable long-term data support for our esteemed customers.
Visit tokeninsight.com for more information.