CoinMarketCap
For more information regarding the endpoints, please visit CoinMarketCap's website: <https://coinmarketcap.com/api/documentation/v1/>.
Prefix:
No prefix is required for CoinMarketCap, an example URL will therefore look like: https://api.uniblock.dev/direct/v1/CoinMarketCap/v1/path/to/endpoint
.
Example:
curl --request GET \
--url https://api.uniblock.dev/direct/v1/CoinMarketCap/v1/cryptocurrency/listings/latest \
--header 'accept: application/json' \
--header 'x-api-key: YOUR_UNIBLOCK_API_KEY'
Supported Endpoints:
Cryptocurrency:
- /v1/cryptocurrency/map
- /v1/cryptocurrency/info
- /v1/cryptocurrency/listings/latest
- /v1/cryptocurrency/listings/historical
- /v1/cryptocurrency/quotes/latest
- /v1/cryptocurrency/quotes/historical
- /v1/cryptocurrency/market-pairs/latest
- /v1/cryptocurrency/ohlcv/latest
- /v1/cryptocurrency/ohlcv/historical
- /v1/cryptocurrency/price-performance-stats/latest
- /v1/cryptocurrency/categories
- /v1/cryptocurrency/category
- /v1/cryptocurrency/category/{category_id}
- /v1/cryptocurrency/airdrop
- /v1/cryptocurrency/airdrops/latest
- /v1/cryptocurrency/airdrops/{airdrop_id}
Exchange:
- /v1/exchange/map
- /v1/exchange/info
- /v1/exchange/listings/latest
- /v1/exchange/listings/historical
- /v1/exchange/quotes/latest
- /v1/exchange/quotes/historical
- /v1/exchange/market-pairs/latest
- /v1/exchange/ohlcv/latest
- /v1/exchange/ohlcv/historical
Global Metrics:
- /v1/global-metrics/quotes/latest
- /v1/global-metrics/quotes/historical
Tools:
- /v1/tools/price-conversion
Blockchain:
- /v1/blockchain/statistics/latest
- /v1/blockchain/statistics/historical
Fiat:
- /v1/fiat/map
- /v1/fiat/info
Partners:
- /v1/partners/flipside-crypto-fcas/listings/latest
- /v1/partners/flipside-crypto-fcas/quotes/latest
- /v1/partners/flipside-crypto-fcas/quotes/historical
Key:
- /v1/key/info
Utilities:
- /v1/utilities/ping
Updated 2 months ago