Get exchange configuration
GET/v1/exchanges
Get information about the required parameters or server site location of the exchanges supported in the EMS API.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
exchange_id string
Exchange identifier and optional tag identifying specific account configured when the software will be managing multiple accounts on the same exchange; for eg:
BITSTAMP
BITSTAMP/7c177641-74bd-4dbe-9b01-2497c12a5f70`
BITSTAMP/2574
Allowed separators between the exchange identifier and the tag: ~/.,:;!@#$%^&*-_+=.
location_id string
Location identifier
required_parameters string[]
Parameters required to log into the exchange
[
{
"exchange_id": "string",
"location_id": "string",
"required_parameters": [
"string"
]
}
]
Loading...
Was this section helpful?