create_address
Derive a blockchain address from a key for a specified chain and derivation path; idempotently returns existing address if already derived.
Instructions
Derive a new address from a key for a specific chain. Idempotent — returns the existing address if already derived for the same path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | BIP44 derivation path (e.g. m/44'/60'/0'/0/0). Uses chain default if omitted. | |
| curve | No | Elliptic curve. Uses chain default if omitted. | |
| keyCode | Yes | The key code to derive from | |
| deriveType | No | Derivation type. Uses chain default if omitted. | |
| addressType | Yes | Target address type / chain |