repositorypackage
0.0.0-20240622163035-5436aead605d
Repository: https://github.com/donohutcheon/valr-go.git
Documentation: pkg.go.dev
# README
Valr Golang API Client
Go API wrapper for the valr exchange
Based on the luno exchange API wrapper
Installation
go get github.com/donohutcheon/valr-go
Authentication
Public and private API keys can be generated within your account at the exchange
Create a .env
file in the root of your project and add the following:
VA_KEY_ID=<api_key_public>
VA_SECRET=<api_key_secret>
Example usage
Refer to the examples
directory for examples on how to use the http and websocket client.
License
This is a derived work from github.com/i-norden/valr-go which is licensed under the MIT license.