Users can directly interact with our bundler via API endpoints, enabling actions like sending UserOperations, estimating gas, and more.
How to use the Bundler API Endpoints?
For Bundler API requests, users need to create an API key and include it as a query parameter in the URL to avoid rate limiting.
There are various methods of payments that can be used with Gelato Bundler, lets go through them one by one.
- Sponsor Gas with Gas Tank
- Onchain Paymasters
- Paying gas with Native tokens
Examples
Bundler API Examples
Checkout out our Bundler API Examples repository for a quick start.
- Clone the repository
git clone https://github.com/gelatodigital/how-to-use-bundler-api-endpoints.git
- Install dependencies
Don’t prefer the Quick Start approach? No problem — let’s go through the steps one by one.