Skip to main content
GET
/
v1
/
fiat-currencies
List all fiat currencies
curl --request GET \
  --url https://api-fundflow-qa.venly.io/v1/fiat-currencies \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "result": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "currency": "EUR",
      "label": "Euro",
      "enabled": true,
      "version": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

OAuth2 authentication via Venly Identity Platform

Response

Successfully retrieved fiat currencies

success
boolean
default:true
result
object[]