6.4. Rút tiền từ bot

Request header

Field
Type
Description

Authorization

Bearer <JWT Token>

Request Body

Field
Type
Description

investorId

String

Mã khách hàng

investorAccountId

Int

Mã tài khoản của khách hàng

data

Bên dưới

data (có dạng JSON, thêm vào request body)

Field
Type
Description

investorId

String

Mã khách hàng

investorAccountId

Int

Mã tài khoản của bot

toInvestorAccountId

Int

Mã tài khoản của khách hàng

amount

Số tiền nạp

Response Body

Field
Type
Description

id

Số hiệu lệnh giao dịch

actor

String

Số điện thoại đăng kí tài khoản của khách hàng

investorId

String

Mã khách hàng

investorAccountId

Int

Mã tài khoản của bot (dùng khi muốn nạp tiền cho bot)

Last updated