Express

POST

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

  • coin string required
    Coin ticker / chain identifier

Body Params

object

Request body for coin-specific address verification.
  • address string required
    Address which should be verified for correct format
  • supportOldScriptHashVersion boolean
    Accept legacy script hash version for applicable UTXO coins (optional).

Responses

200
OK

Response Body

object

  • isValid boolean required
404
Not Found

Response Body

object

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