Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.orafi.app/v1/currencies
{ "success": true, "message": "Currency list retrieved successfully", "data": [ { "id": 123, "name": "US Dollar", "symbol": "USD", "sign": "$", "isActive": true } ] }
Retrieve list of available fiat currencies. Public endpoint - no authentication required.
Currency list retrieved successfully
true
"Currency list retrieved successfully"
Show child attributes