Skip to main content
Version: 2.x

Pay

 License: MIT 

Installation

pom.xml
<dependency>
<groupId>{{groupId}}</groupId>
<artifactId>{{artifactId}}</artifactId>
<version>{{version}}</version>
</dependency>

Client instantiation

PayClient client = new PayClient(key, secret);

Features

Get pay trades

try{
TradeHistory res = client.getTrades().sync();
}catch(ApiException e){
//...
}