interfaceCreatedWalletAccountInfo
export interface CreatedWalletAccountInfo {
accountId: number;
network?: string;
}/wallet/crypto/addcurrency
network
string | undefined | null
Promise<CreatedWalletAccountInfo>
export interface CreatedWalletAccountInfo {
accountId: number;
network?: string;
}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;
}POST /wallet/crypto/add
We use essential cookies to make this site work. With your consent, we may also use non-essential cookies for analytics and marketing. You can change your choices at any time.
See our Privacy Policy and Cookie Policy.