Get markets
Get the list of all markets in our database
GET/https://europe-west1-mpower-apps-production.cloudfunctions.net/api-get-markets
Headers
x-api-key
<API_KEY>
string
Body Parameters
No body parameters required.
cURL
curl -i \
-H "x-api-key: <API_KEY>" \
https://europe-west1-mpower-apps-production.cloudfunctions.net/api-get-marketsResponse
{
"markets": {
"marketDocumentId": {
"name": "Market name",
"country_iso": "CHE",
"currency_iso": "CHF"
}
}
}