Deposits

Contents

ETF Deposits

Definition

The sum of assets sent to an ETF that interval.

Name
MetricID
Unit
Interval

ARK Invest Deposits (native units)

FlowInARKNtv

Native units

1 day

ARK Invest Deposits (USD)

FlowInARKUSD

USD

1 day

BlackRock Deposits (native units)

FlowInBLKNtv

Native units

1 day

BlackRock Deposits (USD)

FlowInBLKUSD

USD

1 day

Bitwise Deposits (native units)

FlowInBWSNtv

Native units

1 day

Bitwise Deposits (USD)

FlowInBWSUSD

USD

1 day

Exchange Traded Fund deposits, Including EtoE (native units)

FlowInEtfInclNtv

Native units

1 day

Exchange Traded Fund deposits, Including EtoE (USD)

FlowInEtfInclUSD

USD

1 day

Exchange Traded Fund Deposits (native units)

FlowInEtfNtv

Native units

1 day

Exchange Traded Fund Deposits (USD)

FlowInEtfUSD

USD

1 day

Grayscale Deposits (native units)

FlowInGSCNtv

Native units

1 day

Grayscale Deposits (USD)

FlowInGSCUSD

USD

1 day

Invesco Deposits (native units)

FlowInINVNtv

Native units

1 day

Invesco Deposits (USD)

FlowInINVUSD

USD

1 day

Franklin Templeton Deposits (native units)

FlowInTMPNtv

Native units

1 day

Franklin Templeton Deposits (USD)

FlowInTMPUSD

USD

1 day

VanEck Deposits (native units)

FlowInVANNtv

Native units

1 day

VanEck Deposits (USD)

FlowInVANUSD

USD

1 day

Valkyrie Deposits (native units)

FlowInVLKNtv

Native units

1 day

Valkyrie Deposits (USD)

FlowInVLKUSD

USD

1 day

WisdomTree Deposits (native units)

FlowInWDTNtv

Native units

1 day

WisdomTree Deposits (USD)

FlowInWDTUSD

USD

1 day

Details

  • Native units are considered as sent to an ETF if they are sent to an address we identify as being owned by an ETF.

  • USD flows are computed as FlowIn{ETF}Ntv * PriceUSD

Asset-Specific Details

  • For Bitcoin, this metric excludes the effect of change outputs:

    • If a transaction sends 90 BTC to exchange A but also withdraws 50 BTC from it, the flow is +40 BTC, not +90 BTC and -50 BTC.

Availability for Assets

ETF Deposit Count

Definition

The sum count of transfers to any address belonging to an ETF in that interval. If the sender address also belongs to an ETF, the transfer is not counted.

Name
MetricID
Unit
Interval

ARK Invest Deposit Count

FlowTfrInARKCnt

Deposits

1 day

BlackRock Deposit Count

FlowTfrInBLKCnt

Deposits

1 day

Bitwise Deposit Count

FlowTfrInBWSCnt

Deposits

1 day

Grayscale Deposit Count

FlowTfrInGSCCnt

Deposits

1 day

Invesco Deposit Count

FlowTfrInINVCnt

Deposits

1 day

Franklin Templeton Deposit Count

FlowTfrInTMPCnt

Deposits

1 day

VanEck Deposit Count

FlowTfrInVANCnt

Deposits

1 day

Valkyrie Deposit Count

FlowTfrInVLKCnt

Deposits

1 day

WisdomTree Deposit Count

FlowTfrInWDTCnt

Deposits

1 day

Exchange Traded Fund Deposits Count

FlowTfrToEtfCnt

Deposits

1 day

Exchange Traded Fund Deposits Count, incl EtoE

FlowTfrToEtfInclCnt

Deposits

1 day

Details

  • Coinbase (i.e., miner reward) transactions are not counted.

Asset-Specific Details

  • For UTXO-based protocols, this metric does not count change outputs:

    • If the input addresses belong to a given ETF, then the outputs belonging to the same ETF are not counted as transfers to that ETF

Availability for Assets

API Endpoints

ETF Deposits metrics can be accessed using these endpoints:

  • timeseries/asset-metrics

and by passing in the metric ID's FlowIn* and FlowTfrIn* in the metrics parameter.

curl --compressed "https://api.coinmetrics.io/v4/timeseries/asset-metrics?metrics=FlowInARKNtv&assets=btc&pretty=true&api_key=<your_key>"

Last updated

Was this helpful?