Discover Packages
github.com/go-numb/go-ftx
rest
private
funding
package
Version:
v0.0.0-...-8b1e69d
Opens a new window with list of versions in this module.
Published: Nov 1, 2022
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 9
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:"future,omitempty"`
Start int64 `url:"start_time,omitempty"`
End int64 `url:"end_time,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.