cURL
curl --request GET \ --url https://api-fundflow-qa.venly.io/v1/crypto-currencies \ --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 all cryptocurrencies supported by the platform for ramp operations, organized by blockchain network.
OAuth2 authentication via Venly Identity Platform
Successfully retrieved crypto currencies
Show child attributes