curl --request GET \
--url https://api.doppapp.com/v1/public/get_currencies
[
{
"currencies": [
{
"address": "<string>",
"ticker": "<string>"
}
]
}
]
curl --request GET \
--url https://api.doppapp.com/v1/public/get_currencies
[
{
"currencies": [
{
"address": "<string>",
"ticker": "<string>"
}
]
}
]
Get all currencies
The response is of type object[]
.