Supported markets list
GET
/ver1/accounts/market_listReturns the list of markets supported by 3Commas.
Response parameters
The public URL to the help page with detailed instructions on connecting the exchange.
More attributes
Example Response
- 200 OK
[
{
"market_name": "Binance Futures USDT-M (EEA)",
"market_url": "https://www.binance.com/en/futures/ref/108190303",
"market_icon": "https://3commas.io/img/exchanges/binance.png",
"help_link": "https://help.3commas.io/en/articles/3568667",
"market_code": "binance_futures_eea",
"form_fields": {
"required": [
{
"field": "secret",
"localized_name": "API Secret:"
},
{
"field": "api_key",
"localized_name": "API Key:"
}
],
"optional": [
]
},
"available_connection_flows": [
"form"
],
"third_party_allowed": false,
"trusted_ips": [
"103.26.9.7",
"103.26.9.15",
"103.26.9.23",
"103.26.9.31",
"103.26.9.39",
"103.26.9.47",
"103.26.9.55",
"103.26.9.63",
"103.26.9.71",
"103.26.9.79",
"103.26.9.87",
"103.26.9.95",
"103.26.9.103",
"103.26.9.111",
"103.26.9.119",
"103.26.9.127",
"103.26.9.135",
"103.26.9.143",
"103.26.9.151",
"103.26.9.159",
"103.26.9.167",
"103.26.9.175",
"103.26.9.183",
"103.26.9.191",
"103.26.9.199",
"103.26.9.207",
"103.26.9.215",
"103.26.9.223",
"103.26.9.231",
"103.26.9.239",
"103.26.9.247",
"103.26.9.255"
],
"trusted_ips_input_type": "inline",
"fast_connect_action_name": "binance"
},
{
"market_name": "OKX",
"market_url": "https://www.okx.com/join/60047333",
"market_icon": "https://3commas.io/img/exchanges/okex.png",
"help_link": "https://help.3commas.io/en/articles/3109057",
"market_code": "okex",
"form_fields": {
"required": [
{
"field": "secret",
"localized_name": "API Secret:"
},
{
"field": "api_key",
"localized_name": "API Key:"
},
{
"field": "passphrase",
"localized_name": "Passphrase:"
}
],
"optional": [
]
},
"available_connection_flows": [
"fast_connect",
"form"
],
"third_party_allowed": false,
"trusted_ips": [
"103.26.9.0/24"
],
"trusted_ips_input_type": "inline",
"fast_connect_action_name": "okex"
}
]