validateaddress
POST
/{apiKey}
Verifies the validity of a given Bitcoin address and provides additional metadata about it.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$"requiredThe Bitcoin address to validate.
Responses
200
Validation result and metadata about the address.
Was this page helpful?