Exchange Markets
Get exchange markets returns all crypto pairs on a crypto exchange.
Get Exchange Markets
GET https://api.abyiss.com/v1/{exchange}/markets
Returns an array of all crypto pair ids on the exchange.
Path Parameters
Name
Type
Description
exchange*
string
Unique exchange identifier used by Abyiss.
Query Parameters
Name
Type
Description
apiKey*
string
Your Abyiss API Key
[
"OGN/BTC",
"REQ/BTC",
"KEEP/USD",
"AAVE/USD",
"SKL/GBP",
"MIR/EUR",
"FORTH/EUR",
"DOT/USDT"
]Copy & Paste Code
Response Object
Example URL: https://api.abyiss.com/v1/coinbasepro/markets?apiKey=
Response Attribute
Attribute Name
Data Type
Description
pair id
string
Unique Crypto Pair identifier used by the exchange.
Last updated
Was this helpful?