radiant_send_rxd
Send RXD (photons) to any Radiant address by automatically fetching UTXOs, selecting coins, building, signing, and broadcasting the transaction. Provide a WIF private key or key alias to authorize the payment.
Instructions
Send RXD (photons) to an address. Fetches UTXOs, selects coins, builds, signs, and broadcasts the transaction. Requires a WIF private key for the sender address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wif | No | WIF-encoded private key of the sender (transient — sent through the MCP transport). Provide this OR key_alias, not both. | |
| satoshis | Yes | Amount to send in photons (satoshis). 1 RXD = 100,000,000 photons | |
| key_alias | No | Alias of a key previously registered with radiant_register_key. Preferred — keeps the WIF off the MCP transport. | |
| to_address | Yes | Recipient Radiant address | |
| fee_per_byte | No | Fee rate in photons/byte (default: 10000, the mainnet V2 min-relay floor). Lower values will be rejected by relaying nodes on mainnet. | |
| change_address | No | Change address (defaults to sender address) |