Skip to main content

WalletTransferRequest

walletSrcstring

Source wallet identifier. Required when walletSrcType is ISOLATED

walletSrcTypestringrequired

Source wallet type

Possible values: [SPOT, CROSS, ISOLATED]

walletDeststring

Destination wallet identifier. Required when walletDestType is ISOLATED

walletDestTypestringrequired

Destination wallet type

Possible values: [SPOT, CROSS, ISOLATED]

apiWallets object[]required

Transfer details

  • Array [
  • currencystringrequired

    Currency

    allBalancebooleanrequired

    Whether to transfer entire balance. When true, balance is ignored

    balancenumber

    Amount to transfer (e.g. 10). Required when allBalance is false

  • ]
  • WalletTransferRequest
    {
    "walletSrc": "string",
    "walletSrcType": "SPOT",
    "walletDest": "string",
    "walletDestType": "SPOT",
    "apiWallets": [
    {
    "currency": "string",
    "allBalance": true,
    "balance": 0
    }
    ]
    }