Skip to main content

Get indices

GET 

/api/v1/info

Returns a list of indices accessible by the API token

Responses

successful operation

Schema

    serverTime date-time
    error stringnullable

    description of error in natural language, absent in case of successful operation

    payload

    object[]

    nullable

    The response data

  • Array [

  • id string

    Index ID

    decimals int32

    Number of decimal places in the published result

  • ]

Loading...