Skip to content

bassammaged/gosimpleswap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO Simpleswap


Logo

Go Simpleswap.io

Unofficial GO package for Simpleswap.io
Explore the docs » · Report Bug · Request Feature

Features

  • get_currency supports now.

Example

  p, err := platform.NewPlatform("xxxx-xxx-xxxx-xxxx-xxxx")

  if err != nil {
  	fmt.Println(err)
  }

  currency := endpoints.NewCurrency()
  result, err := currency.GetCurrencyInfo(p, "btc")
  if err != nil {
  	log.Fatal(err, result)
  }

  fmt.Println(result)

About

Unofficial GO package for Simpleswap.io

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages