Location

In the location section we provide information about the server sites used in the EMS API.

Get site locations GET

Code samples

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

GET /v1/locations

This endpoint providing information about the server site locations supported in the EMS API.

Example responses

200 Response

[
  {
    "location_id": "aws-us-east-1",
    "region_name": "us-east-1",
    "provider_name": "aws"
  }
]

Responses

StatusMeaningDescriptionSchema
200OK (opens in a new tab)OKInline

Response Schema

Status Code 200

NameTypeRequiredDescription
anonymous[Locations]falseNo description
» location_idstringfalseCoinAPI location identifier
» region_namestringfalseIdentifier of the region by the location provider
» provider_namestringfalseIdentifier of the location provider

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