Byzanlink
DashboardContact Us
  • Getting Started
    • Introduction
  • ACCOUNT ABSTRACTION
    • Quick Start
    • Smart Account
      • Chains Supported
      • Integration
      • Methods
      • Signers
        • Byzanlink Auth
    • Bundler
      • API Endpoints
        • eth_chainId
        • eth_supportedEntryPoints
        • web3_clientVersion
        • eth_call
        • byzanlinkbundler_getGasPrice
        • eth_estimateUserOperationGas
        • eth_sendUserOperation
        • eth_getUserOperationReceipt
    • Gas Manager
      • Integration
      • API Endpoints
        • Whitelist Address
        • Remove Address from Whitelist
        • Check Whitelist
        • Get Paymaster Data With Sponsor
    • Examples
      • Get Address
      • Transfer Funds
      • Transfer Funds using Paymaster
  • Dashboard
    • Introduction
    • API Keys
    • Organization
    • Webhooks
  • Troubleshooting
    • Bundler Polyfill Issues - Webpack 5
Powered by GitBook
On this page
  1. ACCOUNT ABSTRACTION
  2. Bundler

API Endpoints

PreviousBundlerNexteth_chainId

Last updated 7 months ago

The Bundler APIs are a collection of 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 . This will guide you through the process step by step, ensuring you're ready to integrate the Bundler service.

ERC-4337
click here