get https://api.amberdata.com/blockchains/addresses//metadata
Retrieves statistics about the specified address: balances, holdings, etc.
Blockchains Supported
This endpoint supports Bitcoin, Bitcoin Cash, Ethereum, Litecoin and Polygon.
Response Data
Field | Type | Description |
---|---|---|
contractTypes | array | An array of strings corresponding to the type of contract interface/standard. I.e. ERC20 , ERC721 , .etc |
firstSeen | string | The ISO Formatted date of when the address made its first public appearance. |
creator | string | Address of the contract creator. |
creationHash | string | Contract creation transaction hash. |
network | object | An object containing network specific data. |
network.blockchainId | string | The id corresponding to a blockchain and network. |
network.link | string | Link to address details page. |
type | string | The type of address. i.e. contract or eoa . |