validateaddress
Verifies the validity of a given Bitcoin address and provides additional metadata about it.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
address
The Bitcoin address to validate.
Response
Validation result and metadata about the address.
isvalid
Whether the address is valid.
address
The validated Bitcoin address.
scriptPubKey
The hex encoded scriptPubKey generated by the address.
isscript
Whether the address corresponds to a script.
iswitness
Whether the address is a witness address.
witness_version
The version number of the witness program.
witness_program
The hex value of the witness program.