get https://api.amberdata.com/blockchains/addresses//usage
Retrieves the historical usage for the specified address.
Usage is defined by the number of unique addresses interacting with this contract for a specific window of time. Example: If an address makes a transaction to a contract in June, then again in July, this address will be counted once for each period in the usage totals.
Blockchains Supported
This endpoint supports Ethereum and Polygon.
Response Data
Field | Type | Decription |
---|---|---|
data | array | The historical address usage data. |
metadata | object | The metadata associated with the address usage 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. |
usage | 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. |