Update Exchange to CBS API interface authored by Patryk's avatar Patryk
Java class representing JSON-RPC API for CBS. Used by ExchangeClient. Java class representing JSON-RPC API for CBS. Used by ExchangeClient.
[Docs with examples.]() [Docs with examples.](https://gitlab.syncad.com/blocktrades/SEPA/wikis/Exchange-to-CBS-API-docs)
```java ```java
import java.math.BigDecimal; import java.math.BigDecimal;
... ...
......