derive_from_path
Derive addresses from an xpub or BIP-39 mnemonic at any BIP-32 path, returning all address formats offline without exposing private keys.
Instructions
Derive one key at an arbitrary BIP-32 path, in every address format.
Works offline. Private keys are never returned.
Args: source: An xpub/ypub/zpub, or a BIP-39 mnemonic. path: A BIP-32 path such as "m/84'/0'/0'/0/0". passphrase: Optional BIP-39 passphrase; only used with a mnemonic. network: Override the server's network for this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| source | Yes | ||
| network | No | ||
| passphrase | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |