Financial Data

Etherscan V2

standard

Etherscan V2 is an reliable financial data provider offering through Aweb's unified API. It features none streaming support with premium-tier latency.

Try Etherscan V2Official docs

Specifications

CategoryFinancial Data
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://api.etherscan.io/v2/api
SDK Package

Public discovery

Inspect Etherscan V2's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "etherscan")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'etherscan');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related Financial Data providers

IEX Cloud

standard tier

Alchemy

standard tier

Polygon.io

standard tier

Plaid

premium tier

Moralis

standard tier

QuickNode

standard tier

Getting started →API reference →All capabilities →All providers →