Tracking fash charge order

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

Tracking order

You can check the status of orders after they have been created.

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

Tracking 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 created and need to check the status.

Example

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

Last updated