get https://web3api.io/api/v2/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.
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. |