Validate address
Path parameters
currencystring · enumRequiredPossible values:
The currency that this address will be used for.
networkstring · enumRequiredPossible values:
The network that the address resides on.
addressstringRequired
The address under validation.
Responses
200
Returns whether the wallet address is valid or not.
application/json
get
/v1/currency/{currency}/network/{network}/address/{address}/valid200
Returns whether the wallet address is valid or not.
Path parameters
currencystring · enumRequiredPossible values:
The currency that this address will be used for.
networkstring · enumRequiredPossible values:
The network that the address resides on.
addressstringRequired
The address under validation.
destinationTagstringRequired
The destination address under validation.
Responses
200
Returns whether the wallet address and destination tag are valid or not.
application/json
get
/v1/currency/{currency}/network/{network}/address/{address}/destinationTag/{destinationTag}/valid200
Returns whether the wallet address and destination tag are valid or not.
Last updated
Was this helpful?