All market pairs

GET /ver1/accounts/market_pairs

The method allows getting the list of pairs is supported by exchange in 3Commas' format

Query Parameters

Name
Type
Mandatory
Description

market_code

integer

Yes

Unique exchange code in the 3Commas system

Use endpoint Supported markets list to get value for parameter market_code.

Example request

GET /ver1/accounts/market_pairs?market_code=binance_us

Example Response and errors

Status: 200 OK
[
"BTC_ETH",
"BTC_LTC",
"BTC_BNB",
"BTC_NEO",
"ETH_QTUM",
"ETH_EOS",
"ETH_SNT",
"ETH_BNT",
"BTC_GAS",
"ETH_BNB",
"USDT_BTC",
...
]

Last updated

Was this helpful?