/go_lnmarkets

Go library for LN Markets Websocket and REST API

Primary LanguageGoMIT LicenseMIT

LN Markets Go

Go library for LN Markets Websocket and REST API

Installation Websocket package

go get github.com/marioarranzr/go_lnmarkets/websocket

Installation REST API package

go get github.com/marioarranzr/go_lnmarkets/rest

Usage

To learn how you can use the package read examples.

LNMARKETS_API_KEY="xxx" LNMARKETS_SECRET="xxx" LNMARKETS_PASSPHRASE="xxx" go run rest/main.go