Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace GetMetaTickersSearchParams

Types for GetMetaTickersSearchParams request

Index

Type aliases

Type aliases

RequestQuery

RequestQuery: { type: string }

Type of GetMetaTickersSearchParams query parameters

Type declaration

  • type: string

    Ticker.type

ResponseBody

ResponseBody: { endTime: string[]; margin: string[]; param: string[] }

Type of GetMetaTickersSearchParams response body

Object with all possible Ticker.margin, Ticker.endTime and Ticker.params

This object is useful for advanced search by tickers, which is not implemented yet

Type declaration

  • endTime: string[]
  • margin: string[]
  • param: string[]

Generated using TypeDoc