MarketDepthTrade
No description
type MarketDepthTrade {
id: ID!
price: String!
size: String!
}
Fields
MarketDepthTrade.id
● ID!
non-null scalar
ID of the trade for the given market (if available)
MarketDepthTrade.price
● String!
non-null scalar
Price of the trade
MarketDepthTrade.size
● String!
non-null scalar
Size of the trade
Member of
ObservableMarketDepth
object