Blink
  • Blink
    • Welcome to Blink
  • Get Started
    • Tx Originators
    • Integration
      • General
      • Wallets
      • Oracles
      • Bots
      • Individual Users
      • Security
    • Custom Configuration
    • API Reference
      • eth_sendRawTransaction
      • eth_sendPrivateTransaction
      • eth_getTransactionByHash
      • eth_sendBundle
      • eth_getTransactionCount
    • Misc
      • Privacy Policy
  • How it works
    • State Update Auction
    • Gas Recoveries
    • MEV
  • Additional Features
    • Gas Sponsored Swaps
  • Searchers
    • Integration
      • Listen To Transactions
        • MEVBlocker Compatible (V2)
        • MEVBlocker Compatible (V3)
        • V1 (Deprecated)
      • Bid on Transactions
      • Querying a Bundle
    • API Reference
      • eth_sendBundle
      • eth_cancelBundle
      • Page
  • Base
    • API Reference
    • How it works
    • Searchers
  • Solana
    • Searchers
      • Integration
        • Rust Decoding A Transaction
      • API Reference
        • sendBundle
        • getSignature
  • CAREERS
    • Senior Software Engineer
Powered by GitBook
On this page
  1. Searchers
  2. Integration

Querying a Bundle

Query Bundle

Once you have submitted a bundle you may want to verify the status of the bundle. This can be achieved via https://ethauction.blinklabs.xyz/bundle/v1/{$API_KEY}?hash={$BUNDLE_HASH}

Below is an example response.

{
  "bundleHash": "0x9f8b0be7ba73dd049d0c13f8bee2f35ab1ba6401f07d1c60d77a7f81020fb187",
  "wasSentToRelay": true,
  "searcherAddress": "0xa81b75207dd53258c2307b64b7af15388c5592ab",
  "bidValueWei": "500000000000000",
  "blockNumber": "0x84a729",
  "timeReceived": 1666340740
}
  • wasSentToRelay indicates the bundle was sent onto the builder network, false indicates there was an issue with the bundle

  • timeReceived is the Unix timestamp of when the bid was received.

PreviousBid on TransactionsNextAPI Reference

Last updated 7 months ago