Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

luno/luno-java

Repository files navigation

Java library to connect to the Luno REST API

Build the library

./gradlew build

Usage

// create the API instance
LunoAPI luno = new LunoAPIImpl("key", "secret");
// use the API
LunoOrders listorders = luno.listOrders(State.PENDING, null)
//...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages