get https://api.amberdata.com/blockchains/addresses//adoption
Retrieves the historical adoption for the specified address on ethereum-mainnet.
Adoption is defined by the number of unique addresses interacting with this contract for the entire span of time. Example: If an address makes a transaction to a contract in June, then again in July, this address will only be counted once for the adoption totals.
Blockchains Supported
This endpoint supports Ethereum.
Response Data
Field | Type | Decription |
---|---|---|
data | array | The historical address adoption data. |
metadata | object | The metadata associated with the address adoption data. |
columns | array | The name of the columns associated with the returned data e.g. [ timestamp, usage] . |
timestamp | number | The timestamp associated with this record. |
adoption | string | The number of addresses interacting with the address. |
endDate | number | The end of the time frame. |
startDate | number | The start of the time frame. |