package
Version:
v0.0.0-...-e85216b
Opens a new window with list of versions in this module.
Published: Aug 18, 2020
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Depth is a depth
Get gets depth infomation.
type DepthResponse struct {
Success int `json:"success"`
Data struct {
Code int `json:"code"`
Asks [][]string `json:"asks"`
Bids [][]string `json:"bids"`
} `json:"data"`
}
DepthResponse is a response for Depth.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.