v1
latestOpenAPI 3.0.02026-07-26268286602.5 KBadvanced-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/{chain_id}/api/v2/advanced-filters/methods
Path parameters
chain_idstring required
The ID of the blockchain
Query parameters
qstring nullable
Search string: either a 4-byte method selector (e.g. 0xa9059cbb) or a method name (e.g. transfer).
Response
List of contract methods.
Example response
[
{
"method_id": "0xa9059cbb",
"name": "transfer"
}
]