Cancel order

To use this feature you must have the API key. Read here to view how to get our API key.

Cancel order

You can only cancel orders that are in Pending status and have not been matched yet.

POST https://api.tronsave.io/v0/fast-charge-order-cancel

Cancel order by API key

Rate limit: 1 request per 2 seconds

Headers

Name
Type
Description

apikey*

String

Tronsave API key that present for the internal account

Request Body

Name
Type
Description

order_ids

Array

Array orderID. A list of order IDs that have been create and need to check the status.

Example

{
    "order_ids": [
        "673c17a3129f1881382e98e3"
    ]
}

Last updated