Replaces the wallet’s strategy allocation. Idempotent on requestId — if a strategy update with the same requestId and identical allocations already exists, the current wallet is returned. If requestId was used with different allocations, a 409 request_id_conflict is returned.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Wallet ID
Strategy updated successfully
Deposit addresses keyed by chain name.
{
"arbitrum": "0xAbC1230000000000000000000000000000000001",
"base": "0xAbC1230000000000000000000000000000000001",
"ethereum": "0xAbC1230000000000000000000000000000000001",
"polygon": "0xAbC1230000000000000000000000000000000001",
"solana": "7vFgKxM3bP4oEFbqkPmA5E2rYJ8HqKz8abc1"
}