getMarketBook
query.getMarketBook
returns two root fields: dynamicPriceExpiry
and orders
.dynamicPriceExpiry
gives the timestamp when all dynamic prices will next be updated to the reflect the latest cryptocurrency prices.orders
field is a graphql connection that returns the orders on the market book, including fields like cryptocurrency
, side
, and pricePerCoin
for each order.