java-stellar-sdk
java-stellar-sdk copied to clipboard
Feature Request: Add request for fetching liquidity pools by account
In https://github.com/stellar/go/pull/4043 we added a new endpoint to horizon:
GET /liquidity_pools?account=<id> returns a list of pools that have as a participant
We should add support for the Java SDK to exercise this endpoint.