Skip to main content

Get indices summaries

GET 

/api/v1/indices

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

    ID of the Index

    name string

    The name of the index

    decimals int32

    Number of decimal places in the publish result

    base string

    base asset ID

    quote string

    quote asset ID

    demiseDateTime date-timenullable

    Date time when this index will be demised

  • ]

Loading...