Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/queries/market/listTrades"

Index

Interfaces

Variables

Variables

Const LIST_TRADES

LIST_TRADES: any = gql`query ListTrades($marketName: MarketName!$limit: Int$before: PaginationCursor) {listTrades(marketName: $marketName, limit: $limit, before: $before) {trades {...tradeFields}next}}${TRADE_FRAGMENT}`

Generated using TypeDoc