API Dokumentation

get/wallet/get/{param}

getWalletById()

Parameter

accountId

number

Erforderlich

Rückgabetyp

Promise<IWalletListInfo>

Verwandte Verträge

export interface IWalletListInfo {
  defaultCurrency: ICurrency;
  earnWallets: IEarnWallet[];
  eddLimit: IMoney;
  isInternalTransfersEnabled: boolean;
  isBankDepositAvailable: boolean;
  // TODO: handle EDD
  showEDDAlert: boolean;
  totalAmountInBaseCurrency: number;
  totalEarnAmountInBaseCurrency: number;
  wallets: IWallet[];
  isCryptoDepositDisabled: boolean;
  isCryptoWithdrawalDisabled: boolean;
}

HTTP-Zuordnung

GET /wallet/get/{param}

Alipay
Stripe
Eurex
AWS
Azure
Google Cloud
Currenex
Velocity Trade
Bitcoin
CME
Interactive Brokers
Kraken
FIX API
XTX
Bloomberg
Binance

Starten Sie Ihre Plattform.

Los geht’s.