Unofficial Java wrapper for Monobank API: get exchange rates (public), get client info and statements and set a webhook to receive transaction events (personal).
It implements:
- currency rates
There are four implementations for different JSON libraries:
- monobank4j-gson for Google Gson, with dependencies about 448K,
- monobank4j-jackson for Jackson, with dependencies about 2.1M,
- monobank4j-jackson-jr for Jackson Jr., with dependencies about 672K,
- monobank4j-json for JSON-java, with dependencies about 280K
Another package monobank4j-token provides TokenInterceptor
for Personal API.
Please read Contributing.
See ChangeLog