POST Flush Pending Transactions
/api/v1/pendingtxs/flush
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