api

package
v1.0.35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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

func NewClientWithIP(ctx context.Context, apiKey, secretKey, passphrase string, destination okx.Destination, ip string) (*Client, error)

NewClient returns a pointer to a fresh Client

func NewClientWithIPWithUrl added in v1.0.35

func NewClientWithIPWithUrl(ctx context.Context, apiKey, secretKey, passphrase string, destination okx.Destination, ip string, restURL, wsPriURL, wsPubURL okx.BaseURL) (*Client, error)

func NewClientWithSourceAndTargetIP added in v1.0.30

func NewClientWithSourceAndTargetIP(ctx context.Context, apiKey, secretKey, passphrase string, destination okx.Destination, sourceIp, targetIp string) (*Client, error)

NewClient returns a pointer to a fresh Client

func NewClientWithSourceAndTargetIPWithUrl added in v1.0.35

func NewClientWithSourceAndTargetIPWithUrl(ctx context.Context, apiKey, secretKey, passphrase string, destination okx.Destination, sourceIp, targetIp string, restURL, wsPriURL, wsPubURL okx.BaseURL) (*Client, error)

func NewClientWithUrl added in v1.0.35

func NewClientWithUrl(ctx context.Context, apiKey, secretKey, passphrase string, destination okx.Destination, restURL, wsPriURL, wsPubURL okx.BaseURL) (*Client, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳