Skip to main content
POST
/
transactions
/
recover
Queue recovery
curl --request POST \
  --url http://localhost:5001/transactions/recover \
  --header 'X-blnk-key: <api-key>'
Use blnk.Transactions.recoverQueue to retry queued transactions.
blnk.Transactions.recoverQueue
const response = await blnk.Transactions.recoverQueue({ threshold: '5m' });
FieldDescription
thresholdMinimum age of transactions to recover (for example 5m, 1h). Default 2m. Minimum 2 minutes.

Response shape

200 OK
{
  "recovered": 3,
  "threshold": "5m0s"
}
FieldDescription
recoveredNumber of transactions re-enqueued for processing.
thresholdThreshold duration that was used.

Concurrency & queuing

Why Blnk queues transactions for hot balances.

Recover queued transactions

HTTP request and response schema.

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.