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