Datasets / @circle/v2 / usdc

@circle/v2 · usdc

StablecoinsEthereumsyncing
Get API key
Contract 0xa0b8…48View on Etherscan ↗

Series 1 canonical IDs · click a row to chart it · hover to copy

Series IDKindType
eth:circle:v2:0xa0b8…48:call:totalsupplycalluint256
PreviewtotalSupply()1h preview · full history via API →
Chart appears once enough history is indexed for the selected series.

Quick start

· per-block rows require an API key
from defipipe import Client # per-block rows require an API key (analyst: hot window, quant: full history) df = Client().series("eth:circle:v2:0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48:call:totalsupply")

Indexer ABI the exact functions the indexer samples (registry.protocol_abis)

valid from block 0

[ { "name": "totalSupply", "type": "function", "inputs": [], "outputs": [ { "name": "", "type": "uint256" } ], "stateMutability": "view" } ]