subscription UpdatedOrderbook($marketName: MarketName!){
updatedOrderBook(marketName: $marketName){
updateId
lastUpdateId
market {
name
},
asks {
amount{
amount, currency
},
price {
amount
}
},
bids {
amount{
amount, currency
},
price {
amount
}
}
}
}