Skip to main content
Use the Chain enum to specify which blockchain you want to analyze. The SDK provides type-safe chain identifiers for all supported networks.

Chain Enum

Supported Chains

Default Chain

Set a default chain to avoid specifying it on every request.
Prerequisites:
  • SDK installed (npm install @webacy-xyz/sdk)
  • API key available (from your Webacy dashboard)

Chain Compatibility

The SDK provides utilities to check chain compatibility:

Compatibility Groups

Chain IDs

For EVM chains, you can access the chain ID:

Chain Names

Get human-readable chain names:

Address Validation

The SDK automatically validates addresses for the specified chain when you call API methods:

Standalone Validation Utilities

You can also validate addresses and URLs directly without making API calls:

Address Formats

Endpoint Availability

Not all endpoints support all chains. See the API Reference for endpoint-specific chain support.

Supported Blockchains Guide

Complete chain support matrix with endpoint availability