Question about using Flashbots with Metamask. How to send bundles of transactions?

OnlyTheMoonManKnows
0
0

I've successfully sent transactions through flashbots using my metamask wallet so far, but I'm trying to send a bundle of two transactions and am a little confused by the guide.

https://docs.flashbots.net/flashbots-protect/rpc/bundle-cache

I understand all of the steps until the following step:

" Once all the transactions you want to include in your bundle are added to the queue, query the bundle with

GET /bundle?id=<YOUR_BUNDLE_ID>

and send the returned signed transactions to Flashbots as a bundle. "

How can I initiate this query from within Metamask. Is this possible? If not, how to I go about initiating this query? Or do can I simply not use metamask to send these bundles.