TESTNET ONLINE: PECORINO PECORINO
⚠️ Restricted Access

This documentation is not publicly listed. Please do not share access URLs with unauthorized individuals.

Getting Transactions and Bundles for a Block

The transaction cache offers endpoints for getting simple transactions and Flashbots-style transaction bundles.

Fetching bundles requires authentication. This is because Builders are only allowed to build blocks for their assigned slots. See Authentication for details.

Transaction cache basics:

  • API Endpoint: transactions.api.signet.sh
  • Cache Duration: 10 minutes
  • Authentication: Authentication is required to retrieve bundles, but not to retrieve transactions.

API Endpoints

Get Transactions

1GET /get

Returns a list of transactions available for inclusion in a block.

Get Bundles

1GET /get-bundles

Returns a list of bundles available for inclusion in a block. Requires authentication.