MarketTimestamps
Timestamps for when the market changes state
type MarketTimestamps {
  proposed: Timestamp
  pending: Timestamp!
  open: Timestamp!
  close: Timestamp!
}
Fields
MarketTimestamps.proposed ● Timestamp scalar
Time when the market is first proposed
MarketTimestamps.pending ● Timestamp! non-null scalar
Time when the market has been voted in and waiting to be created
MarketTimestamps.open ● Timestamp! non-null scalar
Time when the market is open and ready to accept trades
MarketTimestamps.close ● Timestamp! non-null scalar
Time when the market is closed
Member of
Market  object