List All Protocol Configs
The "List All Protocol Configs" API endpoint provided by Krypcore allows users to retrieve information about all protocol configurations under a specific instance.
API Specification
List All Protocol Config
POST
https://api.krypcore.com/api/v0/gasless/listAllProtocolConfig
List All Protocol Config under the given instance.
Headers
Authorization*
String
User Auth key obtained
Request Body
page*
String
Number of pages
limit*
String
Limit of protocol configurations shown per page
searchValue
String
Search value for filtering protocol configurations
searchIn
String
Field to search within the protocol configuration list
filterValue
String
Value for filtering the protocol configuration 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?