We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a2abb commit 6757495Copy full SHA for 6757495
rest/models/futures.go
@@ -56,7 +56,7 @@ type FuturesAggregate struct {
56
SessionEndDate string `json:"session_end_date,omitempty"`
57
SettlementPrice float64 `json:"settlement_price,omitempty"`
58
Ticker string `json:"ticker,omitempty"`
59
- Transactions int64 `json:"transaction_count,omitempty"`
+ Transactions int64 `json:"transactions,omitempty"`
60
Volume int64 `json:"volume,omitempty"`
61
WindowStart Nanos `json:"window_start,omitempty"`
62
}
0 commit comments