Exchange Data
Get exchange data returns information about a crypto exchange.
Get Exchange Data
GET
https://api.abyiss.com/v1/{exchange}
Returns an object with properties about the exchange.
Path Parameters
exchange*
string
Unique exchange identifier used by Abyiss.
Query Parameters
apiKey*
string
Your Abyiss API Key
Copy & Paste Code
Response Object
Example URL: https://api.abyiss.com/v1/coinbasepro?apiKey=
Response Attribute
name
string
The official name of the exchange.
id
string
Unique identifier used by Abyiss for the exchange.
countries
object
The countries abbreviations the exchange is located in.
hasTrades
boolean
Can query market trades.
hasAggregates
boolean
Can query market candle aggregates. (1m, 5m, 15m, 1h, 6h, 1d)
aggregateTimeframes
object
Timeframes supported for market candle aggregates. (Spot, Derivatives, Dex)
url
string
Exchange's official website URL.
fees
object || string
The URL to for Exchange Fee Structure.
docs
string
The URL for the Exchange Documentation.
logo
string
The URL to the Exchange Logos.
Last updated