Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Rest *rest.ClientRest Ws *ws.ClientWs // contains filtered or unexported fields }
Client is the main api wrapper of okx
func NewClient ¶
func NewClient(ctx context.Context, apiKey, secretKey, passphrase string, destination okx.Destination) (*Client, error)
NewClient returns a pointer to a fresh Client
func NewClientWithIP ¶ added in v1.0.24
func NewClientWithIP(ctx context.Context, apiKey, secretKey, passphrase string, destination okx.Destination, ip string) (*Client, error)
NewClient returns a pointer to a fresh Client
Click to show internal directories.
Click to hide internal directories.