Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/queries/candlestick/listCandles"

Index

Interfaces

Variables

Variables

Const LIST_CANDLES

LIST_CANDLES: any = gql`query listCandles($before: DateTime$interval: CandleInterval$marketName: MarketName!$limit: Int) {listCandles(before: $beforeinterval: $intervalmarketName: $marketNamelimit: $limit) {candles {...candleFields}}}${CANDLE_FRAGMENT}`

Generated using TypeDoc