DateRange
Range of dates to retrieve information for. If start and end are provided, data will be returned within the specified range (exclusive). If start is provided without end, the end date will be the latest time available in the data set. If end is provided without start, the start time will be the earliest time available in the data set.
input DateRange {
start: Timestamp
end: Timestamp
}
Fields
DateRange.start ● Timestamp scalar
The start timestamp for the date range (inclusive). RFC3339Nano format
DateRange.end ● Timestamp scalar
The end timestamp for the date range (exclusive). RFC3339Nano format
Member of
balanceChanges query ● deposits query ● ledgerEntries query ● OrderFilter input ● StopOrderFilter input ● trades query ● withdrawals query