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 with 200. A newly created wallet returns 201.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Existing wallet returned for idempotent replay
Deposit addresses keyed by chain name.
{
"ethereum": "0xAbC1230000000000000000000000000000000001",
"arbitrum": "0xAbC1230000000000000000000000000000000001",
"base": "0xAbC1230000000000000000000000000000000001",
"polygon": "0xAbC1230000000000000000000000000000000001",
"solana": "7vFgKxM3bP4oEFbqkPmA5E2rYJ8HqKz8abc1"
}