Skip to main content
GET
https://api-gw.verolabs.co/api/v1
/
MarketData
/
GetVNIndex
/
{index}
Get VN index data
curl --request GET \
  --url https://api-gw.verolabs.co/api/v1/MarketData/GetVNIndex/{index}
{
  "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

index
string
required

Market index identifier.

Response

Requested market index data.

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.