cURL
curl --request GET \ --url https://api.rolla.xyz/api/v1/external/wallet/supported-currencies \ --header 'X-API-Key: <api-key>'
{ "success": true, "message": "Supported currencies retrieved successfully", "data": { "currencies": [ "NGN" ] } }
Retrieves the list of currencies supported on the platform.
curl -X GET "https://api.rolla.xyz/api/v1/external/wallet/supported-currencies" \ -H "X-API-Key: your_api_key_here"
{ "success": true, "message": "Supported currencies retrieved successfully", "data": { "currencies": ["NGN", "USD", "GBP", "EUR"] } }
Your Rolla API key
Supported currencies retrieved successfully
true
"Supported currencies retrieved successfully"
Show child attributes