POST
Verify address for a given coin
Returns whether the address is valid for the specified coin. For UTXO coins, an optional legacy script hash flag can be provided to allow previous script hash versions.
Path Params
-
coinstring requiredCoin ticker / chain identifier
Body Params
object
Request body for coin-specific address verification.
-
addressstring requiredAddress which should be verified for correct format -
supportOldScriptHashVersionbooleanAccept legacy script hash version for applicable UTXO coins (optional).
Responses
200
OK
Response Body
object
-
isValidboolean required
404
Not Found
Response Body
object
-
messagestring required -
namestring required -
bitgoJsVersionstring required -
bitgoExpressVersionstring required