Exchange Markets
Get exchange markets returns all crypto pairs on a crypto exchange.
Get Exchange Markets
GEThttps://api.adesic.com/v2/cex/{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 Adesic. |
Query Parameters
| Name | Type | Description |
|---|---|---|
| apiKey* | string | Your Adesic API Key |
200: OK Success
response.json
[
"OGN/BTC",
"REQ/BTC",
"KEEP/USD",
"AAVE/USD",
"SKL/GBP",
"MIR/EUR",
"FORTH/EUR",
"DOT/USDT"
]Copy & Paste Code
cURL
cURL
curl -H "api-key: API KEY" https://api.adesic.com/v2/cex/coinbasepro/marketsResponse Object
Example URL: https://api.adesic.com/v2/cex/coinbasepro/markets
response.json
[
"BTC/USD",
"ETH/USD",
"DOGE/USD",
"DOT/USDT"
]Response Attributes
| Attribute Name | Data Type | Description |
|---|---|---|
| pair id | string | Unique Crypto Pair identifier used by the exchange. |