validateaddress
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Validate a Bitcoin address and return useful information such as whether it is valid, script, or witness, and optionally if it's linked to the wallet.
Body
application/json
jsonrpcstringrequiredidstringrequiredmethodstringvalidateaddressrequiredparamsArray<string>requiredParameters:
address(string, required): The Bitcoin address to validate.
Response
200OK
Address validation result
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error