> ## Documentation Index
> Fetch the complete documentation index at: https://docs.etherscan.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

Etherscan is the leading blockchain explorer, search, API, and analytics platform for Ethereum and other EVM-compatible chains.

With Etherscan API V2, we've unified all 60+ [supported chains](/supported-chains) under a single account and API key system. Your app becomes multichain simply by updating the `chainid` parameter to support BNB Smart Chain (BSC), Base, Arbitrum, HyperEVM, and more.

## Start Building

<Columns cols={2}>
  <Card title="Get Stablecoin Transfers to an Address" icon="money-bill-wave" href="/api-reference/endpoint/tokentx" cta="Token Transfers Endpoint">
    Check for USDC/USDT/PYUSD token transfers to an address.
  </Card>

  <Card title="Get Top Token Holders" icon="arrow-up" href="/api-reference/endpoint/toptokenholders" cta="Top Holders Endpoint">
    Analyze the largest holders of YieldBasis(Ethereum), Aster(BNB) and other newly launched tokens.
  </Card>

  <Card title="Get Address Portfolio" icon="briefcase" href="/api-reference/endpoint/addresstokenbalance" cta="Address Portfolio Endpoint">
    List all token balances for an address, across chains.
  </Card>

  <Card title="Get Address Name Tag" icon="mask" href="/api-reference/endpoint/getaddresstag" cta="Name Tag Endpoint">
    Get name tags and labels associated with an address, such as exchange deposits "Coinbase 10".
  </Card>
</Columns>
