Information

Retrieves information about the specified address: network(s) and blockchain(s) this address exist within.

👍

Blockchains Supported

This endpoint supports Avalanche, Bitcoin, Bitcoin Cash, Binance Smart Chain, Ethereum, Litecoin and Polygon.

Response Data

FieldTypeDescription
balancestringThe current balance of the account. See full value conversion reference here.
balanceInstringThe total value that has been transferred into the account. See full value conversion reference here.
Only available for the Ethereum blockchain.
balanceOutstringThe total value that has been transferred out of the account. See full value conversion reference here.
Only available for the Ethereum blockchain.
addressTypestringThe type of address. i.e. contract or eoa.
contractTypearrayAn array of strings corresponding to the type of contract interface/standard. I.e. ERC20, ERC721, .etc
decimalsstringThe number of significant digits, per smart contract definition
name*stringThe name of the contract.
numHolders*stringThe total amount of unique addresses.
numTokensstringTotal number of unique tokens owned by the account.
totalSupply*stringTotal number of tokens in circulation.
numTransfersstringThe total amount of unique transfers where any type of transaction has occurred.
symbol*stringThe token symbol.
totalValueUSD*stringTotal value of all tokens in USD.
unitValueUSD*stringThe value of the token in USD.

*specific to contract addresses

Language
Authorization
Header
Click Try It! to start a request and see the response here!