Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace GetTickersDerivatives

Types of GetTickersDerivatives request

Index

Type aliases

Type aliases

RequestQuery

RequestQuery: { tokenIds: string[] }

Type of GetTickersDerivatives query parameters

Type declaration

  • tokenIds: string[]

    Array of tokenIds

ResponseBody

ResponseBody: Array<{ endTime: string; margin: string; oracleId: string; params: Array<string>; syntheticId: string; token: string }>

Type of GetTickersDerivatives response body

Array of Tickers related to requested tokenIds

Generated using TypeDoc