breez / breez-sdk-greenlight

MIT License
244 stars 43 forks source link

Add list_swaps function #1120

Closed JssDWt closed 2 weeks ago

JssDWt commented 2 weeks ago

Adds a list_swaps function to the SDK, to query current and historical swaps. Swaps can be filtered by created timestamp and status. They can be paged with offset and limit fields.

Fixes #1077