Market

Fragment Question

fragment Question on Question {
  id
  index
  arbitrator
  opening_ts
  timeout
  finalize_ts
  is_pending_arbitration
  best_answer
  bond
  min_bond
}

Fragment Market

fragment Market on Market {
    id
    factory
    creator
    rules
}

GetMarkets

GetMarket

Last updated