Skip to main content

Timeseries data for top owners of a contract

Provide us with a contract address/ENS address and receive timeseries data for top owners.

Query Parameters
  • contractAddress string required

    contractAddress/ENS address to query

  • beginTime number required

    The unix timestamp in seconds to begin viewing timeseries data from. Timeseries data will only be returned starting from when relevant data exists

  • endTime number

    The unix timestamp in seconds to receive timeseries data up to. Defaults to present

  • granularity string required

    The amount of time between each snapshot. Must be one of 'y', 'm', 'w', 'd', 'h'

  • numOwners number required

    The maximum number of top owners to query

Responses

Schema
  • data string[] required

    Timeseries data of the top owners of a contract.