Validate address
Last updated
Was this helpful?
Last updated
Was this helpful?
Check whether a wallet address is valid according to the coin-specific format.
/api/v1/currency/{currency}/network/{network}/address/{address}/valid
The currency that this address will be used for.
BCH
, BNB
, BTC
, ETH
, LINK
, LTC
, SOL
, TRX
, USDC
, XLM
, XRP
The network that the address resides on.
BCH
, BTC
, LTC
, XLM
, XRP
, ETH
, BSC
, SOL
, TRX
The address under validation.
Check whether a wallet address and a destination tag are valid according to the coin-specific format.
/api/v1/currency/{currency}/network/{network}/address/{address}/destinationTag/{destinationTag}/valid
The currency that this address will be used for.
BCH
, BNB
, BTC
, ETH
, LINK
, LTC
, SOL
, TRX
, USDC
, XLM
, XRP
The network that the address resides on.
BCH
, BTC
, LTC
, XLM
, XRP
, ETH
, BSC
, SOL
, TRX
The address under validation.
The destination address under validation.