{"uid":"cap_9Ac5cKRUq25lBlK46lb6b","slug":"evm-address-normalize-c1da0702","name":"EVM Address Normalize","description":"Lowercase-normalize EVM address shape without EIP-55 checksum work. Call when deduping addresses from mixed-case sources before storage or compare. Returns normalized lowercase address plus validity flag as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.","url":"https://api.delx.ai/api/v1/x402/address-normalize","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"address":{"type":"string","description":"Input field: address."}}},"responseSchema":{"type":"json","example":{"ok":true,"schema":"delx/util-address-normalize/v1","address":"0xabcdef0000000000000000000000000000000001"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_i9RVSYDsvMlkruAKDK7HH","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Lowercase-normalizes an Ethereum/EVM address string and returns a validity flag, without EIP-55 checksum processing.","exampleAgentPrompt":"Normalize this EVM address to lowercase for me before I store it: 0x742d35Cc6634C0532925a3b844Bc454e4438f44e — I just want the clean lowercased version and whether it's a valid address.","exampleUseCases":[{"title":"Deduplicating mixed-case wallet addresses","prompt":"I'm merging wallet address lists from two different sources and some addresses are checksummed (EIP-55) while others are already lowercase — can you normalize all of them to lowercase so I can safely deduplicate before storing?"},{"title":"Pre-storage address sanitization pipeline","prompt":"Before I insert this Ethereum address into my database, normalize it to lowercase and confirm it's a valid EVM address format: 0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234"},{"title":"Validating user-submitted wallet addresses","prompt":"A user just submitted this wallet address on my form — can you check if it's a valid EVM address and give me the normalized lowercase version so I can compare it consistently: 0xdAC17F958D2ee523a2206206994597C13D831ec7"}],"resultDescription":"Returns a deterministic JSON object containing the normalized lowercase EVM address and a boolean validity flag indicating whether the input conforms to a valid EVM address format. No RPC calls or external lookups are made.","failureModes":["Malformed or non-hex input address returns invalid validity flag","Missing 0x prefix may affect parsing depending on implementation","Address with incorrect length (not 20 bytes / 42 chars including 0x) flagged as invalid","Payment failure via x402 protocol results in no response","Network timeout on POST request"],"whenToPreferThis":"Choose this endpoint when you need fast, deterministic, local normalization of EVM addresses without any blockchain RPC calls, live data, or API key setup. It is ideal for preprocessing pipelines that must deduplicate or compare wallet addresses from mixed-case sources before storage. Prefer it over full EIP-55 checksum validation endpoints when you only need lowercase normalization and a validity flag, and cost-sensitivity matters ($0.001 USDC per call).","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T01:02:58.029Z","isFirstParty":false}