API Dokumentation

post/wallet/crypto/add

findOrCreateWalletAccount()

Parameter

currency

ICurrency

Erforderlich

network

string | undefined | null

Optional

Rückgabetyp

Promise<CreatedWalletAccountInfo>

Verwandte Verträge

interfaceICurrency
export interface ICurrency {
  isCrypto: boolean;
  isOnMultipleNetworks: boolean;
  name: string;
  needMemo: boolean;
  protocol: string;
  title: string;
  usingTokenBalance: boolean;
  value: string;
  networks: ICurrencyNetwork[];
  minimumDeposits: { [network: string]: number };
  maxTokenDecimals?: number;
}

HTTP-Zuordnung

POST /wallet/crypto/add

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.