Verify address for a given coin

post/express/api/v2/{coin}/verifyaddress

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 Parameters

  • coinstringRequired
    Coin ticker / chain identifier

Request Body

address string required
Address which should be verified for correct format
supportOldScriptHashVersion boolean
Accept legacy script hash version for applicable UTXO coins (optional).

200 Response

isValid boolean required

404 Response

message string required
name string required
bitgoJsVersion string required
bitgoExpressVersion string required