Get contract metadata
Gets metadata about the contract at the given address.
Authorizations
Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Path Parameters
A supported evm chain id or blockchain id. Use the /chains
endpoint to get a list of supported chain ids.
Contract address on the relevant chain.
Response
A wallet or contract address in mixed-case checksum encoding.
"0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
ERC-721
The contract name.
"Wrapped AVAX"
The contract symbol.
"WAVAX"
A wallet or contract address in mixed-case checksum encoding.
"0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
ERC-721
The contract name.
"Wrapped AVAX"
The contract symbol.
"WAVAX"
A wallet or contract address in mixed-case checksum encoding.
"0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
ERC-1155
The contract name.
"Wrapped AVAX"
The contract symbol.
"WAVAX"
A wallet or contract address in mixed-case checksum encoding.
"0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
ERC-20
The number of decimals the token uses. For example 6
, means to divide the token amount by 1000000
to get its user representation.
18
The contract name.
"Wrapped AVAX"
The contract symbol.
"WAVAX"
A wallet or contract address in mixed-case checksum encoding.
"0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
UNKNOWN
The contract name.
"Wrapped AVAX"
Was this page helpful?