> For the complete documentation index, see [llms.txt](https://stagesmm.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stagesmm.gitbook.io/docs/api/status-neskolkikh-zakazov.md).

# Статус нескольких заказов

| Parameters | Description                                     |
| ---------- | ----------------------------------------------- |
| key        | Your API key                                    |
| action     | status                                          |
| order      | Order IDs (separated by a comma, up to 100 IDs) |

***

***Пример (Example response)***

```
{
    "1": {
        "start_count": "3572",
        "status": "Partial",
        "remains": "157",
        "currency": "USD"
    },
    "10": {
        "error": "Incorrect order ID"
    },
    "100": {
        "start_count": "234",
        "status": "In progress",
        "remains": "10",
        "currency": "USD"
    }
}
```
