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
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK (opens in a new tab) | OK | Inline |
Response Schema
Status Code 200
Name | Type | Required | Description |
---|---|---|---|
anonymous | [Locations] | false | No description |
» location_id | string | false | CoinAPI location identifier |
» region_name | string | false | Identifier of the region by the location provider |
» provider_name | string | false | Identifier of the location provider |
Was this section helpful?