Exchanges Count
Get exchanges count returns the number of crypto exchanges Abyiss supports.
Get Exchange Count
GEThttps://api.adesic.com/v2/cex/exchanges/count
Returns the number of crypto exchanges Adesic supports.
Query Parameters
| Name | Type | Description |
|---|---|---|
| apiKey* | string | Your Adesic API Key |
200: OK Success
response.json
{
"count": 118
}Copy & Paste Code
cURL
cURL
curl -H "api-key: API KEY" https://api.adesic.com/v2/cex/exchanges/countResponse Object
Example URL: https://api.adesic.com/v2/cex/exchanges/count
response.json
{
"count": 118
}Response Attributes
| Attribute Name | Data Type | Description |
|---|---|---|
| count | integer | The number of Crypto Exchanges Adesic supports |