Chuyển đến nội dung chính
GET
https://api-gw.verolabs.co/api/v1
/
MarketData
/
GetProductTradeLog
/
{symbol}
/
{startUnixTime}
/
{endUnixTime}
Lấy trade log của mã theo khoảng thời gian
curl --request GET \
  --url https://api-gw.verolabs.co/api/v1/MarketData/GetProductTradeLog/{symbol}/{startUnixTime}/{endUnixTime}
{
  "status": 123,
  "symbol": "<string>",
  "data": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.oms.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Tham số đường dẫn

symbol
string
bắt buộc

Mã giao dịch hoặc mã sản phẩm.

startUnixTime
integer
bắt buộc

Thời điểm bắt đầu theo Unix milliseconds.

endUnixTime
integer
bắt buộc

Thời điểm kết thúc theo Unix milliseconds.

Phản hồi

Trade log của mã trong khoảng thời gian được yêu cầu.

Common wrapper for market-data responses.

status
integer

Status code from the market-data request.

symbol
string

Symbol associated with the response when applicable.

data
any

Market-data payload returned by the API.