get_currency_list
List OctoBot's globally configured trading currencies and symbols in one read-only call. Use it to see every available trading pair without depending on a specific exchange filter.
Instructions
List OctoBot's globally configured trading currencies/symbols.
Maps to GET /api/currency_list. exchange is accepted for
forward-compatibility with this tool's spec entry, but the currently
deployed OctoBot route (api/trading.py::currency_list(), master
branch, confirmed by reading its body this session) takes no request
arguments at all and always returns the same global list regardless
of this value -- it is a no-op filter on today's OctoBot. Read-only,
not confirm-gated. Returns OctoBot's own JSON body unchanged (NFR-8).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | No |