💱 Returns list of all currencies present in orders with current exchange rates.
HTTP: GET /orders/currencies
This endpoint does not require query parameters.
curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/orders/currencies"
Tasks are persisted to var/api_queue/tasks.json. Process them with:
php go.php cron:list\nphp go.php cron:go
Logs are written to var/api_queue/logs/{task_id}.log.