Skip to main content

ExchangeWalletId

No description

input ExchangeWalletId {
id: String!
type: ExchangeType!
index: Int!
}

Fields

ExchangeWalletId.id ● String! non-null scalar

The id of the wallet

ExchangeWalletId.type ● ExchangeType! non-null enum

The type of the exchange wallet, i.e. which exchange is it on

ExchangeWalletId.index ● Int! non-null scalar

The 0-based index of the key within the same wallet. This allows us to have multiple exchange accounts of the same type within a single wallet. This isn't expected right now, but good to be future proof

Member Of

ExchangeTransferInput input