Skip to main content

ExchangeTransferInput

The ExchangeTransferInput to be sent

input ExchangeTransferInput {
from: ExchangeWalletId @deprecated
fromSubWalletId: String
to: ExchangeWalletId @deprecated
toSubWalletId: String
value: String!
assetSymbol: AssetSymbol!
}

Fields

ExchangeTransferInput.fromSubWalletId ● String scalar

ExchangeTransferInput.toSubWalletId ● String scalar

ExchangeTransferInput.value ● String! non-null scalar

The amount of the asset to be transferred, a decimal integer string in the base unit of the asset e.g. Satoshis for BTC or Wei for ETH

ExchangeTransferInput.assetSymbol ● AssetSymbol! non-null enum

The asset to be transferred

Show deprecated

Member Of

CreateExchangeTransferInput input