create_agent_wallet
Generate a new XRPL keypair for an agent wallet.
Returns the wallet address and seed. The wallet is NOT yet funded — to activate it on mainnet, send at least 1 XRP to the returned address (the base reserve). Owner reserves are 0.2 XRP per object held.
Funding options:
Receive XRP from another wallet (ask your operator or client to send 1 XRP)
Buy XRP on an exchange (Coinbase, Kraken, Binance) and withdraw to the address
On testnet, use the XRPL faucet: https://xrpl.org/xrp-testnet-faucet.html
Keep the seed secret — anyone with it controls the wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||