Discover Packages
github.com/wzbear/go-ftx
rest
private
funding
package
Version:
v1.0.6
Opens a new window with list of versions in this module.
Published: Dec 2, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Funding struct {
Future string `json:"future"`
Payment float64 `json:"payment"`
Rate float64 `json:"rate"`
Time time .Time `json:"time"`
ID int `json:"id"`
}
type Request struct {
ProductCode string `url:"market,omitempty"`
Start int64 `url:"start,omitempty"`
End int64 `url:"end,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.