For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Multiple orders status

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"
    }
}

Last updated