Get site locations
GET/v1/locations
This endpoint providing information about the server site locations supported in the EMS API.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
location_id string
CoinAPI location identifier
region_name string
Identifier of the region by the location provider
provider_name string
Identifier of the location provider
[
{
"location_id": "aws-us-east-1",
"region_name": "us-east-1",
"provider_name": "aws"
}
]
Loading...
Was this section helpful?