Exchanges
Get exchanges endpoint returns all crypto exchanges Abyiss supports.
Get Exchanges
GET
https://api.abyiss.com/v2/cex/exchanges
Returns an array of all supported exchanges in the form of market objects.
Query Parameters
Name | Type | Description |
---|---|---|
apiKey* | string | Your Abyiss API Key |
Copy & Paste Code
Response Object
Example URL: https://api.abyiss.com/v2/cex/exchanges?apiKey=
Response Attributes
Attribute Name | Data Type | Description |
---|---|---|
name | string | The official name of the exchange. |
id | string | Unique exchange identifier used by Abyiss. |
Last updated