Options
All
  • Public
  • Public/Protected
  • All
Menu

Types of GetTickers request

Index

Type aliases

Type aliases

RequestQuery

RequestQuery: { endTime?: undefined | string; expired?: undefined | false | true; margin?: undefined | string; param?: undefined | string; searchText?: undefined | string; subtype?: undefined | string; type?: undefined | string }

Type of GetTickers query parameters

Type declaration

  • Optional endTime?: undefined | string

    Filter tickers by endTime

  • Optional expired?: undefined | false | true

    Filter expired tickers

  • Optional margin?: undefined | string

    Filter tickers by margin

  • Optional param?: undefined | string

    Filter tickers by params

  • Optional searchText?: undefined | string

    Filter tickers by searchText full text search

  • Optional subtype?: undefined | string

    Filter tickers by subtype

  • Optional type?: undefined | string

    Filter tickers by type

ResponseBody

ResponseBody: Array<{ executable: boolean; expired: boolean; hash: string; productTitle: string }>

Type of GetTickers response body

Generated using TypeDoc