get https://api.amberdata.com/blockchains/addresses
Retrieves every address that has been seen on the network. Without any parameters, returns all the known addresses on the blockchain, order by time of first appearance (ie when they first transacted) in reverse order, meaning the most recent addresses first. When used with a specific address, returns information about the address and the first time (block and transaction hash) it appeared on the blockchain.
Blockchains Supported
This endpoint supports Bitcoin, Bitcoin Cash, Ethereum, Litecoin and Polygon.
Response Data
Field | Type | Description |
---|---|---|
records | array | An array of address objects. |
creator* | string | The address which deployed this contract and null if it is an EOA. |
firstBlockNumber | object | The block where the address was first encountered on the network. |
firstTransactionHash | string | The hash of the first transaction the address ever made. |
hash.address | string | The address. |
timestamp | number | The time when the address was first encountered on the network. |
type | string | The type of address EOA or contract. |
totalRecords | number | Total number of address objects returned in a response. |
**Applys to contract addresses