Supported currencies
Description
GET
https://impact.dots.eco/api/v1/supported-currencies
Example request
The minimal request that will work.
curl --location --request GET 'https://impact.dots.eco/api/v1/supported-currencies' \
--header 'Content-Type: application/json'
Example response
success
{
"object": "list",
"data": [
"GBP",
"EUR",
"CAD",
"USD"
]
}