Skip to main content
Version: 1.1.0

Get Updated Symbols

GET 

/history/source/keys

This service is used to get the request keys for all the historical data of an exchange specified by the request parameter source-id.

Request

Query Parameters

    source-id stringrequired

    Default value: NSDQ

    The sourceId of the exchange you want to request history data of. It will also be used for authorization.

    start-date string

    Possible values: Value must match regular expression yyyyMMddHHmmss

    The start date of the range for filtering records on TRANSACTION_DATE.

    end-date string

    Possible values: Value must match regular expression yyyyMMddHHmmss

    The end date of the range for filtering records on TRANSACTION_DATE.

    last-update-time string

    Possible values: Value must match regular expression yyyyMMddHHmmss

    The optional parameter which supports retrieval of data in delta mode.

    response-type string

    Possible values: [json, csv, xml]

    Default value: json

    The response format for example json, csv or xml. The default is json.

    rows int32

    Default value: 10

    Number of records per page in the response.

    page int32

    Default value: 0

    The index of the page requested.

Responses

OK

Schema
    grouped object
    KEY object
    matches integer
    doclist object
    numFound integer
    start integer
    docs object[]
  • Array [
  • KEY string
  • ]
Loading...
Is this page helpful for you?