cURL
curl --request GET \ --url https://api-fundflow-qa.venly.io/v1/fiat-currencies/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "currency": "EUR", "label": "Euro", "enabled": true, "version": 123 } }
Retrieves detailed information about a specific fiat currency
OAuth2 authentication via Venly Identity Platform
Unique identifier of the fiat currency
Fiat currency successfully retrieved
Fiat currency supported for ramp operations
Show child attributes