v1

latestOpenAPI 3.1.02026-07-1288262495.0 KB
EVM Contracts

Get contract metadata

Gets metadata about the contract at the given address.

get/v1/chains/{chainId}/addresses/{address}

Path parameters

chainIdstring required

A supported evm chain id or blockchain id. Use the /chains endpoint to get a list of supported chain ids.

addressstring required

Contract address on the relevant chain.

Response

Successful response

OR
OR
OR

Example response

{
  "name": "Wrapped AVAX",
  "address": "0x71C7656EC7ab88b098defB751B7401B5f6d8976F",
  "symbol": "WAVAX"
}