Crypto Currency
Native validation for major blockchain networks. Ideal for FinTech and exchanges to prevent input errors.
Strict Validation with Zod
Configure the schema to accept only specific networks (e.g., strictly allowing USDT on TRC20).
schema.ts
typescript
Metadata Extraction (Standalone)
Easily extract the underlying Network and Ticker from any given wallet address using standalone functions.
metadata.ts
typescript