Skip to content

alariczq/okxos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OKXOS

This is a Go library for the OKX OS API.

Go.Dev reference

Installation

go get -u github.com/imzhongqi/okxos

Example

client := client.NewClient("key", "secret", "passphrase",
    client.WithProjectID("test"),
)

walletapi := wallet.NewWalletAPI(client)

_, err := walletapi.ListSupportedChains(context.Background())
if err != nil {
    panic(err)
}

Roadmap

  1. Wallet API
    • Wallet Account Management API
    • Transaction Broadcasting API
  2. Dex API
    • Swap API
    • Cross Chain API
    • Limit Order API (WIP)
  3. Marketplace API
  4. DeFi API

Contributing

Contributions are welcome! Please feel free to submit a PR.

License

MIT

About

OKX OS client API library for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages