API ドキュメント

get/wallet/get/{param}

getWalletById()

パラメータ

accountId

number

必須

戻り値の型

Promise<IWalletListInfo>

関連契約

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マッピング

GET /wallet/get/{param}

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

プラットフォームを立ち上げましょう。

はじめましょう。