Library for working with the exchange UUSD and Crypton written in Golang
- crypto currency converter api;
- crypton crypto currency price api;
- cryptocurrency trading api;
- crypto exchange and wallet;
- anonymous cryptocurrency exchange api.
CRP.is - is the best anonymous bitcoin exchange, on the basis of which you can make your own bot using this library in the Golang language.
go get github.com/Sagleft/uexchange-go
import (
uexchange "github.com/Sagleft/uexchange-go"
)
// create client
client := uexchange.NewClient()
// auth
_, err := client.Auth(uexchange.Credentials{
AccountPublicKey: "32AE83EF83637ADDA5800E2C9EEB3D456753B0B2CD11D37B90DFA1A1592ED952",
Password: "mypassword",
})
if err != nil {
log.Fatalln(err)
}
// get balance
balanceData, err := client.GetBalance()
if err != nil {
log.Fatalln(err)
}
log.Println(balanceData)
- Getting access to the Utopia API.
- Examples of projects created based on the Utopia API.
- How to create WEB 3.0 chatbots.
- How to earn in WEB 3.0
- Official website of the Utopia P2P project.