Skip to main content

All market pairs

GET
/ver1/accounts/market_pairs
Permission: NONE
Security: NONE

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


Query Parameter

market_codeintegerrequired

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

[
"BTC_ETH",
"BTC_LTC",
"BTC_BNB",
"BTC_NEO",
"ETH_QTUM",
"ETH_EOS",
"ETH_SNT",
"ETH_BNT",
"BTC_GAS",
"ETH_BNB",
"USDT_BTC"
]