Tx Bump
This endpoint allows users to send and distribute transactions faster with the BDN and re-propagate transactions with higher fees if not included in a block within a specified time.
REQUEST
Method: blxr_tx_fee_bump
Parameters
Parameter | Description |
| [Mandatory] Array of raw transactions bytes without |
| [Mandatory] Interval value in seconds defining period for checking if transaction is include in a block or needs to be resent with higher fee. |
| [Optional, default: False] A boolean flag indicating if transaction nonce monitoring should be enabled for the transaction. |
Examples
RESPONSE
Result Fields
Result Field | Description |
| Transaction hash |
NOTES
Tx Bump is subject to rate limiting. Tx Bump is available only on Cloud-API
Last updated