Validate Address
This endpoint checks whether an address is syntactically valid for a given blockchain — for example, to validate a customer-supplied withdrawal destination at input time instead of discovering the error when the withdrawal fails.
Validation happens offline against the blockchain’s address format; no on-chain lookup or AML screening is performed. For EVM blockchains, a valid address is returned in its EIP-55 checksummed form.
An address that fails validation still returns 200 with isValid: false — error status codes are reserved for malformed requests (400) and blockchains that are unknown or unavailable (404).
Authorizations
Query Parameters
The address to validate
"0x451defc27b45808078e875556af06bcfdc697ba4"
The blockchain slug to validate the address against. Case-insensitive. One of: ethereum, bnb-smart-chain, polygon, tron, base, arbitrum, optimism, solana, asset-chain, celo, lisk, avalanche, arc, plasma, tempo, stellar.
"ethereum"

