Skip to main content
GET
https://api-gw.verolabs.co/api/v1
/
MarketData
/
GetProductTradeLog
/
{symbol}
/
{startUnixTime}
/
{endUnixTime}
Get product trade log in range
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.

Path Parameters

symbol
string
required

Trading symbol or product code.

startUnixTime
integer
required

Start timestamp in Unix milliseconds.

endUnixTime
integer
required

End timestamp in Unix milliseconds.

Response

Trade log for the requested symbol and time range.

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.