Skip to content

b1gb1t/go-cexio-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

go-cexio-rest-api

Cex.io REST API written in Golang.

Example

package main

import "github/b1gb1t/go-cexio-rest-api"

func main() {
    api := cexioapi.NewCexioAPI("username","key","secret", false)

    // BTC last price
    res := api.LastPrice("BTC", "EUR")

    // Convert amount
    res := api.Converter("ETH", "EUR", "1337.0")
}

About

Cex.io REST API written in Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages