LogoLogo
HomeMetadata APIAPI PROTwitter
Etherscan V2
Etherscan V2
  • Introduction
  • Getting an API Key
  • Rate Limits
  • Supported Chains
  • V1 to V2 API Migration Guide
  • 🔍Use Cases
    • Compliance
    • Accounting/Taxes
  • 🎯API Endpoints
    • Nametags
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth/Parity Proxy
    • Tokens
    • Gas Tracker
    • Stats
    • L2 Deposits/Withdrawals
    • Usage
  • 🏆API PRO
    • Etherscan API PRO
    • Metadata/Name Tag API
  • 🍳Cookbook
    • Track Uniswap V4 DEX Trades
  • Get An Address's Full Transaction History
  • ✅Contract Verification
    • Verify with Foundry
    • Verify with Hardhat
    • Verify with Remix
  • Common Verification Errors
  • 🤝Support
    • FAQ
    • Legacy V1 Docs
    • Checking Usage
    • Common Error Messages
    • Getting Help
  • Visit Etherscan.io
Powered by GitBook
On this page
  • Transaction Categorization
  • Track All Transfers
  • Multichain Ready
  • Check Etherscan
  1. Use Cases

Accounting/Taxes

PreviousComplianceNextNametags

Last updated 2 days ago

Transaction Categorization

Categorizing transactions correctly such as "swap", "transfer" is crucial to determine if a transaction is taxable or not.

Use the functionName included in all transaction lists to automatically categorize user transactions.

Track All Transfers

Support for the top token standards including ERC20/ERC721/ERC1155, with added support for ETH staking and withdrawal transactions.

Multichain Ready

Support user transactions across ETH, Optimism, Arbitrum, and other leading L2 with the same code base.

Just change your chain ID to any of our 50+ supported chains.

Check Etherscan

Transactions, token transfers and token prices are mirrored to the Etherscan explorer.

Allow users to verify what's happened on chain and see the numbers add up.

🔍