Dominance

This endpoint can be called using:

https://api.adiinvestments.net/v1/crypto/dominance

Returns the market cap dominance percent of Bitcoin and Ethereum.

Responses

200 Successful
{"BTC":"56.70",
"ETH":"12.34"}
401 Unauthorized
{"error_code":403,
"error_message":"Invalid API key."}
429 Too Many Requests
{"error_code":429,
"error_message":"Rate limit exceeded. Please try again later."}

Last updated