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.
wasSentToRelay
indicates the bundle was sent onto the builder network, false indicates there was an issue with the bundletimeReceived
is the Unix timestamp of when the bid was received.
Last updated