mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-07 15:11:03 +00:00
Lowercased the remaining config values for the config/all endpoint
This commit is contained in:
@@ -884,7 +884,7 @@ type TradeGetBucketedParams struct {
|
||||
Start int32 `json:"start,omitempty"`
|
||||
|
||||
// StartTime - Starting date filter for results.
|
||||
StartTime string `json:"symbol,omitempty"`
|
||||
StartTime string `json:"startTime,omitempty"`
|
||||
|
||||
// Symbol - Instrument symbol. Send a bare series (e.g. XBU) to get data for
|
||||
// the nearest expiring contract in that series.You can also send a timeframe,
|
||||
|
||||
Reference in New Issue
Block a user