API दस्तावेज़ीकरण

post/wallet/crypto/add

findOrCreateWalletAccount()

पैरामीटर

currency

ICurrency

आवश्यक

network

string | undefined | null

वैकल्पिक

वापसी प्रकार

Promise<CreatedWalletAccountInfo>

संबंधित अनुबंध

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 मैपिंग

POST /wallet/crypto/add

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

अपने प्लेटफ़ॉर्म को लॉन्च करें।

शुरू करें।