Exchange Markets

Get exchange markets returns all crypto pairs on a crypto exchange.

Get Exchange Markets

GET https://api.abyiss.com/v2/cex/{exchange}/markets

Returns an array of all crypto pair ids on the exchange.

Path Parameters

Query Parameters

[
    "OGN/BTC",
    "REQ/BTC",
    "KEEP/USD",
    "AAVE/USD",
    "SKL/GBP",
    "MIR/EUR",
    "FORTH/EUR",
    "DOT/USDT"
]

Copy & Paste Code

curl -H "apiKey: API KEY" https://api.abyiss.com/v2/cex/coinbasepro/markets

Response Object

Example URL: https://api.abyiss.com/v2/cex/coinbasepro/markets?apiKey=

[
    "BTC/USD",
    "ETH/USD",
    "DOGE/USD",
    "DOT/USDT"
]

Response Attribute

Last updated