Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace GetTickersData

Types of GetTickersData request

Index

Type aliases

RequestParams

RequestParams: { hash: string }

Type of GetTickersData query parameters

Type declaration

  • hash: string

    Ticker hash

ResponseBody

ResponseBody: Array<{ description: { long: string; short: string }; endTime: string; executable: boolean; hasData: boolean; hash: string; longTokenId: string; margin: string; oracleId: string; oracleIdMetadata: {}; params: Array<string>; productTitle: string; shortTokenId: string; subType: string; synthetic: { buyerMargin: string; sellerMargin: string }; syntheticId: string; syntheticMetadata: {}; token: string; type: string }>

Type of GetTickersData response body

Generated using TypeDoc