interfaceExchangeResult
export interface ExchangeResult {
transactionId: string;
needExternalOtp: string;
}/wallet/exchangefromAccountId
number
toAccountId
number
amount
number
side
string
fromProvider
number
toProvider
number
Promise<ExchangeResult | any>
export interface ExchangeResult {
transactionId: string;
needExternalOtp: string;
}POST /wallet/exchange
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.