query Market($marketId: ID!, $interval: Interval!, $since: String!) {
market(id: $marketId) {
id
name
tradingMode
state
decimalPlaces
positionDecimalPlaces
data {
market {
}
auctionStart
auctionEnd
markPrice
indicativeVolume
indicativePrice
suppliedStake
targetStake
bestBidVolume
bestOfferVolume
bestStaticBidVolume
bestStaticOfferVolume
trigger
tradableInstrument {
instrument {
code
metadata {
tags
product {
... on Future {
oracleSpecForTradingTermination {
quoteName
settlementAsset {
symbol
decimals
marketTimestamps {
open
close
candles(interval: $interval, since: $since) {
volume