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

StatusMeaningDescriptionSchema
200OK (opens in a new tab)OKInline

Response Schema

Status Code 200

NameTypeRequiredDescription
anonymous[ExchangeLoginRequire]falseNo description
» exchange_idstringfalseExchange 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_idstringfalseLocation identifier
» required_parameters[string]falseParameters required to log into the exchange

Copyright 2022 COINAPI LTD or its affiliates. All rights reserved.
StatusPage: