Get indices
GET/api/v1/info
Returns a list of indices accessible by the API token
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
serverTime date-time
error stringnullable
description of error in natural language, absent in case of successful operation
payload
object[]
nullable
The response data
id string
Index ID
decimals int32
Number of decimal places in the published result
{
"serverTime": "2024-01-01T09:00:00.000Z",
"error": "string",
"payload": [
{
"id": "BRR",
"decimals": 2
}
]
}
Loading...