interfaceCurrency
export interface Currency {
isCrypto: boolean;
name: string;
needMemo: boolean;
protocol: string;
title: string;
usingTokenBalance: boolean;
value: string;
symbol?: string;
isDefault?: boolean;
}/wallet/withdrawal/bank-allowed-currenciesPromise<Currency[]>
export interface Currency {
isCrypto: boolean;
name: string;
needMemo: boolean;
protocol: string;
title: string;
usingTokenBalance: boolean;
value: string;
symbol?: string;
isDefault?: boolean;
}GET /wallet/withdrawal/bank-allowed-currencies
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.