Endpoints

In the endpoint section we provide information about the EMS API endpoints to the server sites used in the EMS API deployment for your API Key.

Get API endpoints GET

Code samples

curl --request GET \
  --url https://ems-mgmt.coinapi.io/v1/endpoints \
  --header 'Accept: application/json' \
  --header 'X-CoinAPI-Key: API_KEY'

GET /v1/endpoints

Get all API endpoints that the EMS API expose for your subscription.

Parameters
ParameterInTypeRequiredDescription
filter_exchange_idqueryarray[string]falseExchange id

Example responses

200 Response

[
  {
    "exchange_id": "KRAKEN",
    "location_id": "aws-us-east-2",
    "endpoint_schema": "https",
    "endpoint_host": "1314.51253.51.ec2.eu-west-1.amazonaws.com",
    "endpoint_url": "https://1314.51253.51.ec2.eu-west-1.amazonaws.com/"
  }
]

Responses

StatusMeaningDescriptionSchema
200OK (opens in a new tab)OKInline

Response Schema

Status Code 200

NameTypeRequiredDescription
anonymous[AccountEndpoint]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
» endpoint_schemastringfalseEndpoint schema
» endpoint_hoststringfalseEndpoint host
» endpoint_urlstringfalseEndpoint URL

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