v1

latestOpenAPI 3.0.02026-07-243678114.1 KB
Partners

Update Virtual Account

Update an existing virtual account: add or enable chains with currencies, disable managed chains, add external wallet addresses, and configure deposit splits.

patch/partners/accounts/update-virtual-account

Request body

referencestring required

Reference of the virtual account to update.

disable_chainsinteger[]

List of chain IDs to disable for managed (pay-in) sub-accounts.

Example request

{
  "chains": [
    {
      "chain_id": 1,
      "currencies": [
        "USDT",
        "USDC"
      ],
      "wallet_address": "0x4bbeEB066eD09B7AEd07bF39EEe0460DFa261520"
    }
  ],
  "disable_chains": [
    137
  ],
  "deposit_splits": [
    {
      "account_ref": "my-fee-account",
      "account_id": 12345,
      "pct": "2.5"
    }
  ]
}

Response

OK

errorboolean
messagestring