Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 550 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 550 Bytes

api-v3-client-java

This sample application demonstrates how to connect to BTC Markets' API v3 using Java language.

The application uses SpringBoot and runs as a command line and can place or list all orders.

Add your API key and secret before running the application.

To input your API key and secret, update this file:

src\main\resources\application.properties

To build using maven:

mvn clean install 

To run the application:

java -jar target/api-v3-client-java-0.0.1.jar

Or

mvn spring-boot:run