cURL
curl --request GET \ --url https://api.example.com/currencies
{ "success": true, "message": "Operation successful", "data": [ { "name": "Nigerian naira", "code": "NGN", "symbol": "₦", "type": "fiat", "network": [] } ] }
Use this to retrieve a list of supported fiat and crypto currencies
Filter by currency type (crypto or fiat)
crypto
fiat
Filter by currency code (e.g., NGN, BTC)
Currencies retrieved successfully
true
"Operation successful"
Show child attributes