Skip to main content
GET
Lấy danh sách khớp lệnh của 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

Trade records matching the account and time range.

persisState
string

Serialized persistence state associated with the trade.

orderID
string

System order identifier.

refOrderID
string

Client reference order identifier.

externalOrderID
string

External broker order identifier.

tradeID
string

Unique trade execution identifier.

accountID
string

Trading account identifier.

symbol
string

Traded symbol.

orderSide
enum<string>

B for buy, S for sell.

Tùy chọn có sẵn:
B,
S
tradedPrice
number

Execution price.

tradedQty
number

Executed quantity.

unixUTCTimeMs
number

Execution timestamp in Unix milliseconds UTC.

algoID
string

Algo identifier associated with the trade, if any.

positionID
string

Position identifier associated with the trade, if any.

toHedge
boolean

Whether the trade belongs to a hedge flow.