Skip to content
Alchemy Logo

validateaddress

POST
/{apiKey}

Verifies the validity of a given Bitcoin address and provides additional metadata about it.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringformat: "^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$"required

The Bitcoin address to validate.

Responses

200

Validation result and metadata about the address.

Was this page helpful?