GET
/
v1
/
public
/
get_currencies
curl --request GET \
  --url https://api.doppapp.com/v1/public/get_currencies
[
  {
    "currencies": [
      {
        "address": "<string>",
        "ticker": "<string>"
      }
    ]
  }
]

Response

200 - application/json
Get all currencies
currencies
object[]
required