Create a Wallet
Wallets
Create a portfolio wallet
Creates a new wallet with the given strategy allocation. Idempotent on requestId — if a wallet with the same requestId already exists, the existing wallet is returned. Always returns 200; newly created wallets are returned with status: creating while they provision.
POST
Create a Wallet
Documentation Index
Fetch the complete documentation index at: https://docs.groundtech.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Wallet returned. New wallets may still be provisioning with status: creating.
Compact wallet lifecycle and active-workflow status.
Available options:
creating, idle, withdrawal_active, rebalance_active, withdrawal_and_rebalance_active, failed Deposit addresses keyed by chain name.
Example:
{
"arbitrum": "0xAbC1230000000000000000000000000000000001",
"base": "0xAbC1230000000000000000000000000000000001",
"ethereum": "0xAbC1230000000000000000000000000000000001",
"polygon": "0xAbC1230000000000000000000000000000000001",
"solana": "7vFgKxM3bP4oEFbqkPmA5E2rYJ8HqKz8abc1"
}