Exchange
In the exchange section we provide information about the exchanges supported in the EMS API.
Get exchange configuration GET
Code samples
curl --request GET \
--url https://ems-mgmt.coinapi.io/v1/exchanges \
--header 'Accept: application/json' \
--header 'X-CoinAPI-Key: API_KEY'
GET /v1/exchanges
Get information about the required parameters or server site location of the exchanges supported in the EMS API.
Example responses
200 Response
[
{
"exchange_id": "string",
"location_id": "string",
"required_parameters": [
"string"
]
}
]
Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK (opens in a new tab) | OK | Inline |
Response Schema
Status Code 200
Name | Type | Required | Description |
---|---|---|---|
anonymous | [ExchangeLoginRequire] | false | No description |
» exchange_id | string | false | 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 | false | Location identifier |
» required_parameters | [string] | false | Parameters required to log into the exchange |
Was this section helpful?