Exchanges Count

Get exchanges count returns the number of crypto exchanges Abyiss supports.

Get Exchange Count

GET https://api.abyiss.com/v1/exchanges/count

Returns the number of crypto exchanges Abyiss supports.

Query Parameters

NameTypeDescription

apiKey*

string

Your Abyiss API Key

{
    "count": 118
}

Copy & Paste Code

curl -H "apiKey: API KEY" https://api.abyiss.com/v1/exchanges/count

Response Object

Example URL: https://api.abyiss.com/v1/exchanges/count?apiKey=

{
    "count": 118
}

Response Attributes

Attribute NameData TypeDescription

count

integer

The number of Crypto Exchanges Abyiss supports

Last updated