Coin MC Analyser
Ever wanted to leverage data from mainstream dexes, such as coin market cap, for your projects or even just needed the ability to further analyze the performance of certain cryptocurrencies, look no further. The Coin MC Analyser API gives you these features and more. This API is supported by a dedicated team and will be extended over time without unnecessary breaking changes.
Coin MC Analyser endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get All Crypto Currencies /currencies |
This endpoint will return the top 100 cryptocurrencies and their statistics |
| GET |
Get Individual Crypto Currency /currencies/{coinId} |
This endpoint returns more specific but extensive stat data for a particular cryptocurrency. |
| GET |
Get All Crypto Currencies With Profit Above Limit Within The Last 24hours /currencies/24h/profit/{limit} |
This endpoint fetches all cryptocurrencies which values have grown above a specified limit (number with 2 decimal places) with the last 24hrs. |
| GET |
Get All Crypto Currencies With Profit Above Limit Within The Last 7 Days /currencies/7d/profit/{limit} |
This endpoint fetches all cryptocurrencies which values have grown above a specified limit (number with 2 decimal places) with the last 7 days. |
| GET |
Get All Crypto Currencies With Loss Above Limit Within The Last 24hours /currencies/24h/loss/{limit} |
This endpoint fetches all cryptocurrencies which values have depreciated above a specified limit (number with 2 decimal places) with the last 24hrs |
| GET |
Get All Crypto Currencies With Loss Above Limit Within The Last 7d /currencies/7d/loss/{limit} |
This endpoint fetches all cryptocurrencies which values have depreciated above a specified limit (number with 2 decimal places) with the last 7 days |
Coin MC Analyser pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | Free | — |
|