get_exchange_details
Retrieves the name and internal ID of one exchange from OctoBot, matching the provided exchange name or falling back to OctoBot's first exchange.
Instructions
Fetch ONE exchange's name and internal id.
Maps to GET /api/first_exchange_details ([V]). IMPORTANT: this
endpoint only ever returns a single exchange -- the one matching
exchange_name if given, or OctoBot's own notion of "the first
exchange" otherwise -- confirmed against OctoBot source
(api/exchanges.py::first_exchange_details()). It does NOT enumerate
every exchange configured on the instance; do not call this tool
expecting a full exchange list, and do not assume its result is the
only configured exchange. Read-only, not confirm-gated. Returns
OctoBot's own JSON body unchanged (NFR-8).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange_name | No |