APIs
The Biconomy Paymaster allows you to have a single paymaster URL generated on our dashboard, which can be used for gas sponsorship as well as enabling users to pay gas in ERC20 tokens. Instead of keeping multiple paymaster URLs to differentiate the paymaster type, the API request body now includes a MODE parameter which will be sent to indicate whether the dApp wants sponsored transactions for its users or wants to enable ERC20 payments by users.
You can get your Paymaster URL from the Biconomy Dashboard. This is the same endpoint URL used for all requests. All requests must follow the JSON RPC specifications.
This documentation is for using our Paymaster APIs directly. If you are building with the Biconomy SDK you can follow the instructions on this page.
You can test these endpoints on our Paymaster Explorer
📄️ Get Fee Quotes
pm_getFeeQuoteOrData
📄️ Sponsor UserOperation End Point
pm_sponsorUserOperation
📄️ Webhook API
API's to help programmatically allow our Paymasters to sponsor gas when specified conditions are met.
📄️ Explorer
You will need a paymaster URL from your dashboard to use the explorer. Create a userOp and paste it below to begin