Skip to main content

Timeseries data for a specific wallet's holdings

Provide us with a contract address/ENS address and wallet address and receive timeseries data of its balance.

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'

  • walletAddress string required

    account address/ENS address

    Example (jordanBelfort):
    0xdbf2445e5049c04cda797dae60ac885e7d79df9d
    Example (mikeShinoda):
    0xb55eb9bd32d6ab75d7555192e7a3a7ca0bcd5738
    Example (vincentVanDough):
    vvd.eth
Responses

Schema
  • headers string[] required

    The headers of the columns in data

  • data string[] required

    A list of [quantity, timestamp] pairs, were timestamp is the ISO string of the date.