/evm/{chain}/abi/{contractAddress}/{functionHash}

Returns the ABI for a specific function selector on the given contract. Returns a pseudo-ABI for unverified contracts when enabled.

Path Params
string
required
Defaults to eth

Name of the chain.

string
required
Defaults to 0xdAC17F958D2ee523a2206206994597C13D831ec7

Contract address to fetch ABI for.

string
required
Defaults to 0xa9059cbb

4-byte function selector (e.g. 0xa9059cbb for transfer).

Query Params
boolean
Defaults to true

If true, resolves proxy contracts to their implementation address before fetching the ABI.

boolean
Defaults to true

If true, returns a best-guess ABI based on known function signatures when the contract is unverified.

int64

Optional block number for historical ABI lookup.

Headers
string
required
Defaults to demokey

API Key for Translate API. To generate an API Key, visit https://noves.fi/pricing

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain
text/json