THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/config/locations?country=MC&filter=state' \
--header 'Authorization: '
{
"data": [
{
"name": "La Colle",
"code": "MC-CL"
},
{
"name": "La Condamine",
"code": "MC-CO"
},
{
"name": "Moneghetti",
"code": "MC-MG"
}
],
"meta": {
"endpoint": "/v1/config/locations",
"method": "GET",
"timing": 698
}
}