Skip to main content

POST Flush Pending Transactions

/api/v1/pendingtxs/flush
info

Flush only applies when Delayed transactions are enabled for the API key (the default). If the setting is turned off for the key, transactions already broadcast immediately, so there is nothing to flush. See About Delayed Transactions.

Parameters/Body:

{"address":"<SENDER_ADDRESS>"}

This call triggers immediate processing of delayed transactions in PENDING state for a specified address. Normally Transatron will wait until expiration of the earliest pending transaction approaches, then will assemble and process transactions for such address. Flush allows to push transactions through when required.

tip

It's important to send this call with the same API key that was used for broadcasting delayed transactions. Transatron will not flush transactions nor give infromation to anyone requesting such data with different API key due to security reasons