Skip to main content
GET
Lấy giao dịch tài khoản theo khoảng thời gian

Ủy quyền

Authorization
string
header
bắt buộc

Bearer token used for protected REST API requests.

Tham số đường dẫn

accountID
string
bắt buộc

Mã tài khoản giao dịch. Người dùng đang đăng nhập phải có quyền truy cập tài khoản này.

start_time
integer<int64>
bắt buộc

Thời điểm bắt đầu dạng Unix timestamp milliseconds.

end_time
integer<int64>
bắt buộc

Thời điểm kết thúc dạng Unix timestamp milliseconds.

Phản hồi

Transaction records matching the account and time range.

id
string

Unique transaction identifier.

accountId
string

Account affected by the transaction.

transactionType
string

Business transaction type such as credit_update, deposit, withdraw, trading_fee, referral_commission, referral_rebate, realized_pnl, or tax.

amount
number

Transaction amount. Negative values represent debits/holds where applicable.

status
string

Processing status such as pending, processing, or complete.

network
string

Payment or transfer network, if applicable.

tx
string

Transaction hash or external transaction reference.

recvAddress
string

Receiving address for external transfer flows.

senderAddress
string

Sender address for external transfer flows.

processedTime
integer<int64>

Processing timestamp in Unix milliseconds.

metadata
object

Transaction-specific metadata, for example symbol, trade_id, position_id, bank account metadata, or right-subscription data.

createdAt
string<date-time>

Creation timestamp.