Supported markets list
Description: Returns the list of markets supported by 3Commas
This is an endpoint that does not need authentication
GET
/ver1/accounts/market_list
Request parameters
NONE
Response parameters
market_name string
Name of the exchange in the 3Commas system
market_url string
The referral link to the exchange website
market_icon string
The URL link to the icon for this exchange
help_link string
The public URL to the help page with detailed instructions on connecting the exchange
form_fields object
Contains required and optional fields necessary for connecting to the exchange
required array[object]
Shows required fields necessary for connecting to the exchange
field string
The parameter needs to connect a new exchange account.
Example: api_key
; secret
localized_name string
Display name of the field, localized for user convenience
optional array[object]
Shows optinal fields need for connecting to the exchange
field string
The parameter needs to connect a new exchange account.
Example: api_key
; secret
localized_name string
Display name of the field, localized for user convenience
connection_type string
Shows how many fields use to connect the exchange or the wallet
available_connection_flows array
Available exchange connection types in 3Commas
third_party_allowed boolean
This exchange provides a service to connect third-party apps.
false
- if the exchange does not support
trusted_ips array[string]
The list of IP addresses needs to be whitelisted on the exchange's website for 3Commas to work with the exchange
trusted_ips_input_type string
Input type for trusted IP addresses
fast_connect_action_name string
Name of the exchange for fast connection option in the 3Commas system
Example Response and errors
Last updated
Was this helpful?