eth_sendBundle

post
/

Submits a bundle of signed transactions to be executed atomically in a specific target block.

Note

  • Acceptance does not mean the bundle will be included on-chain.

  • Inclusion depends on profitability, builder policies, and competing orderflow.

Query parameters
api_keystringRequiredExample: docs-demo
Body
blockNumberone ofOptional
nullOptional
or
stringOptional

The block number for which the bundle is valid, encoded as a hexadecimal string. Defaults to the current block.

Example: 0x15F3DD0Pattern: ^0x[a-fA-F0-9]*$
txsstring[]Required

An array of signed raw transactions to execute in an atomic bundle

Responses
chevron-right
200Success
application/json
ResponsestringPattern: ^0x[a-fA-F0-9]{64}$
post
/
200Success

Last updated