Available Order Currencies

💱 Returns list of all currencies present in orders with current exchange rates.

HTTP: GET /orders/currencies

Query parameters

This endpoint does not require query parameters.

Notes

Sample request

curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/orders/currencies"

Interactive call

No parameters required. Use the buttons below to submit.

Queue workflow

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.