get https://api.amberdata.com/blockchains/addresses//information
Retrieves information about the specified address: network(s) and blockchain(s) this address exist within.
Blockchains Supported
This endpoint supports Bitcoin, Bitcoin Cash, Ethereum, Litecoin and Polygon.
Response Data
Field | Type | Description |
---|---|---|
balance | string | The current balance of the account. See full value conversion reference here. |
balanceIn | string | The total value that has been transferred into the account. See full value conversion reference here. Only available for the Ethereum blockchain. |
balanceOut | string | The total value that has been transferred out of the account. See full value conversion reference here. Only available for the Ethereum blockchain. |
addressType | string | The type of address. i.e. contract or eoa . |
contractType | array | An array of strings corresponding to the type of contract interface/standard. I.e. ERC20 , ERC721 , .etc |
decimals | string | The number of significant digits, per smart contract definition |
name* | string | The name of the contract. |
numHolders* | string | The total amount of unique addresses. |
numTokens | string | Total number of unique tokens owned by the account. |
totalSupply* | string | Total number of tokens in circulation. |
numTransfers | string | The total amount of unique transfers where any type of transaction has occurred. |
symbol* | string | The token symbol. |
totalValueUSD* | string | Total value of all tokens in USD. |
unitValueUSD* | string | The value of the token in USD. |
*specific to contract addresses