Skip to content

wallexchange/wallex-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallex-Go

This library provides a Go client for Wallex Exchange API described here.

Install

$ go get -u github.com/wallexchange/wallex-go

Getting Started

import wallex "github.com/wallexchange/wallex-go"

func main() {
    client := wallex.New(wallex.ClientOptions{
        APIKey: "xxx|xxxxx",
    })
    ...
}

TODO

  • Add socket.io endpoints