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

NameTypeDescription

exchange*

string

Unique exchange identifier used by Abyiss.

Query Parameters

NameTypeDescription

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

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

Response Object

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

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

Response Attribute

Attribute NameData TypeDescription

pair id

string

Unique Crypto Pair identifier used by the exchange.

Last updated