List All Whitelisted Contracts
The "List All Whitelisted Contracts" API endpoint provided by Krypcore enables users to retrieve information about all whitelisted contracts under a specific instance.
API Specification
List All Whitelisted Contracts
POST
https://api.krypcore.com/api/v0/gasless/listAllWhitelistedContracts
List all whitelisted contracts under the given instance.
Headers
Authorization*
String
User Auth key obtained
Request Body
page*
String
number of pages
limit*
String
Limit of contracts shown per page
searchValue
String
Search value for filtering contracts
searchIn
String
Field to search within the contract list
filterValue
String
Value for filtering the contract list
filterIn
String
Field to apply the filter on
userId*
String
Dapp ID or user ID associated with the request
Take a look at how you might call this method using our official libraries, or via curl
Last updated
Was this helpful?