Utility API
Validate Address
Validates the specified address for the given chain ID, returning true if the address is valid, otherwise false.
POST
/
api
/
address
/
validate
Authorizations
Authorization
string
headerrequiredBody
application/json
chainId
enum<string>
requiredAvailable options:
algorand
, cosmoshub
, cosmoshub-testnet
, osmosis
, osmosis-testnet
, celestia
, celestia-testnet
, dydx
, axelar
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, bitcoin
, bitcoin-testnet
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, litecoin
, dogecoin
, ton
, chiliz
, chiliz-testnet
, injective
, akash
, band
, dymension
, kyve
, neutron
, terra2
, stargaze
, tron
, evmos
, irisnet
, juno
, lum-network
, omniflix
, sei
, medibloc
, passage
, quasar
, seda
, sommelier
, shentu
, stride
, chihuahua
, bitsong
, persistence
, comdex
, fetch-ai
, humans-ai
, ki
, likecoin
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
address
string
requiredResponse
200 - application/json
The response is of type boolean
.
Was this page helpful?