Search ABIs
GET /contract/abi
Search for ABIs based on filters like name, skip, take, and interface filters.
Note: This API is currently in beta and may be subject to changes.
Authorizations
Parameters
Query Parameters
The number of records to skip.
The number of records to retrieve.
The name of the contract to search.
An array of contract addresses to filter by.
An array of chain IDs to filter by.
An array of ABI UUIDs to filter by.
object
The name of the method signature.
The state mutability of the method.
The parameter type passed to the method.
An optional filter to search for ABI functions by method signature, state mutability, inputs, and outputs.
Responses
200
Search results for ABIs.
object
object
object
The number of records to skip.
The number of records to take.
The name of the contract (optional).
object
The name of the method signature.
The state mutability of the method.
The parameter types passed to the method.
The parameter types returned from the method.
400
Invalid search query.
object
500
INTERNAL_SERVER_ERROR