validate_address
Validate a Bitcoin address to verify its format and identify the network it belongs to. Works offline, optionally compare against a specific network.
Instructions
Check whether an address is valid and which network it belongs to.
Works offline.
Args: address: The address to check. network: Compare against this network instead of the server default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| network | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |