API Endpoints

The Bundler APIs are a collection of ERC-4337 compliant JSON-RPC endpoints, making it possible for users to work with user operations.

To generate the Bundler URL, you'll need two key parameters: the Chain ID and the API Key. Once you have these, the Bundler URL will be structured as shown below.

https://dev.byzanlink.com/bundler/{CHAIN_ID}/rpc?apiKey={API_KEY}

For detailed instructions on how to create your API Key, please click here. This will guide you through the process step by step, ensuring you're ready to integrate the Bundler service.

Last updated