We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0081513 commit 51b2d48Copy full SHA for 51b2d48
1 file changed
spot_results.go
@@ -18,8 +18,8 @@ type GetSpotAccountsResultItem struct {
18
// size String 数量
19
// num_orders String 组成此条深度的订单数量
20
type SpotInstrumentBookResult struct {
21
- Asks [][]string `json:"asks,string"`
22
- Bids [][]string `json:"bids,string"`
+ Asks [][]string `json:"asks"`
+ Bids [][]string `json:"bids"`
23
Timestamp string `json:"timestamp"`
24
}
25
0 commit comments