GqlCwebPriceHistoryInIntervals
No description
type GqlCwebPriceHistoryInIntervals {
  requestedHistDaysBack: Int!
  requestedFiat: FiatName!
  utcDatetimeNow: NaiveDateTime!
  timestampUpdatingPrices: NaiveDateTime!
  reportedInterval: HistoryInterval!
  numberOfIntervalsRequested: Int!
  numberOfIntervalsReturned: Int!
  histCwebPricesInFiatInIntervals: [GqlNetworkPriceHistoryInIntervalsSet!]!
}
Fields
GqlCwebPriceHistoryInIntervals.requestedHistDaysBack ● Int! non-null scalar
GqlCwebPriceHistoryInIntervals.requestedFiat ● FiatName! non-null enum
GqlCwebPriceHistoryInIntervals.utcDatetimeNow ● NaiveDateTime! non-null scalar
GqlCwebPriceHistoryInIntervals.timestampUpdatingPrices ● NaiveDateTime! non-null scalar
GqlCwebPriceHistoryInIntervals.reportedInterval ● HistoryInterval! non-null enum
GqlCwebPriceHistoryInIntervals.numberOfIntervalsRequested ● Int! non-null scalar
GqlCwebPriceHistoryInIntervals.numberOfIntervalsReturned ● Int! non-null scalar
GqlCwebPriceHistoryInIntervals.histCwebPricesInFiatInIntervals ● [GqlNetworkPriceHistoryInIntervalsSet!]! non-null object
Returned By
getHistoryPricesForCwebInPeriods