List known contract methods
advanced-filters
List known contract methods
Returns a list of known contract methods. When the q parameter is provided, searches for a single method by its 4-byte selector or name. Without q, returns the default list of popular methods.
GET
List known contract methods
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
The ID of the blockchain
Query Parameters
Search string: either a 4-byte method selector (e.g. 0xa9059cbb) or a method name (e.g. transfer).