stellar_tx_create_account
Create and fund a new Stellar account by transferring a starting XLM balance from a source account on the chosen network.
Instructions
Create and fund a new Stellar account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | Transaction fee in stroops | |
| network | Yes | Stellar network | |
| build_only | No | Only build transaction, do not submit | |
| destination | Yes | Public key of the new account to create | |
| source_account | Yes | Account that will fund the new account | |
| starting_balance | Yes | Initial XLM balance for the new account |