# API Methods

Each entry shows the HTTP verb, path, and a brief purpose, and it links to the full specification for that call. Use the index to locate a route quickly.&#x20;

| API Method                                                                                      | Purpose                                                                                                                                         |
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| [GET /v1/controls](/api-documentation/api-methods/get-v1-controls.md)                           | Retrieve global user controls                                                                                                                   |
| [PUT /v1/controls](/api-documentation/api-methods/put-v1-controls.md)                           | Overwrite global user controls                                                                                                                  |
| [PATCH /v1/controls](/api-documentation/api-methods/patch-v1-controls.md)                       | Update or clear specific controls                                                                                                               |
| [GET /v1/mirrors](/api-documentation/api-methods/get-v1-mirrors.md)                             | List all mirrors plus overrides                                                                                                                 |
| [GET /v1/mirror/{address}](/api-documentation/api-methods/get-v1-mirror-address.md)             | Get one mirror and overrides                                                                                                                    |
| [POST /v1/mirror](/api-documentation/api-methods/post-v1-mirror.md)                             | Add a new mirror with overrides. Nothing will happen if you're already mirroring this mirror (will not overwrite)                               |
| [PUT /v1/mirror](/api-documentation/api-methods/put-v1-mirror.md)                               | Start mirroring or overwrite overrides                                                                                                          |
| [PATCH /v1/mirror/{address}](/api-documentation/api-methods/patch-v1-mirror-address.md)         | Partially update overrides                                                                                                                      |
| [DELETE /v1/mirror/{address}](/api-documentation/api-methods/delete-v1-mirror-address.md)       | Remove a mirror                                                                                                                                 |
| [POST /v1/mirrors/batch](/api-documentation/api-methods/post-v1-mirrors-batch.md)               | Add new mirrors with overrides. Will skip mirrors that you're already mirroring (will not overwrite)                                            |
| [PUT /v1/mirrors/all](/api-documentation/api-methods/put-v1-mirrors-all.md)                     | Replace (overwrite) all mirrors with the specified mirrors and overrides. Warning: If you pass an empty array, all your mirrors will be removed |
| [GET /v1/auto-sell-profiles](/api-documentation/api-methods/get-v1-auto-sell-profiles.md)       | List auto‑sell profiles                                                                                                                         |
| [GET /v1/auto-sell-profile/{id}](/api-documentation/api-methods/get-v1-auto-sell-profile-id.md) | Get one auto‑sell profile                                                                                                                       |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.odinbot.io/api-documentation/api-methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
