Documentation
¶
Index ¶
Constants ¶
View Source
const RestBaseURL = "https://api.kucoin.com/api"
View Source
const SandboxRestBaseURL = "https://openapi-sandbox.kucoin.com/api"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoParamRequest ¶
type NoParamRequest struct {
// contains filtered or unexported fields
}
type NoParamResponse ¶
type NoParamResponse struct {
ID string `json:"id"`
}
type RestClient ¶
type RestClient struct { requestgen.BaseAPIClient Key, Secret, Passphrase string KeyVersion string }
func NewClient ¶
func NewClient() *RestClient
func (*RestClient) Auth ¶
func (c *RestClient) Auth(key, secret, passphrase string)
Click to show internal directories.
Click to hide internal directories.