Whitelist Proxy Contracts
Authorize your DApp User's Proxy Contracts
Last updated
Was this helpful?
Authorize your DApp User's Proxy Contracts
Last updated
Was this helpful?
If you have implemented native meta transactions via pproach like Gnosis or Argent, you need to whitelist all proxy contracts registered in your DApp before using meta transaction APIs.
This guide will help you whitelist, list and update the status of the whitelisted proxy contracts.
POST
https://api.biconomy.io/api/v1/dapp/whitelist/proxy-contracts
Whitelist proxy addresses. Only whitelisted proxy addresses will be authorized to do meta transactions.
Authorization
string
Token present on the dashboard for your DApp after you have generated token. This is specific to DApp registered and should be in the format "User <token generated>"
addresses
array
An array of proxy contract addresses for whitelisting for your dapp.
GET
https://api.biconomy.io/api/v1/dapp/whitelist/proxy-contracts
Get a list of whitelisted proxy contracts.
Authorization
string
Token present on the dashboard for your Dapp after you have generated token. It should be in the format "User <token generated>"
PATCH
https://api.biconomy.io/api/v1/dapp/whitelist/proxy-contracts
Make your proxy contracts status active or inactive via this api. Only active proxy contracts will be allowed to relay meta transactions.
Authorization
string
Token present on the dashboard for your Dapp after you have generated token. This is specific to DApp registered and should be in the format "User <token generated>"
status
boolean
Either 0 or 1. 0 => Inactive 1 => active
address
string
Address for changing the status.