# List pending swaps

```
GET 
/listPendingSwaps
```

Lists pending swaps for a smart-chain signer, optionally filtered to a single smart chain.

## Request

## Responses

* 200
* default

Serialized pending swap list.

Framework integration specific error response. `SwapperApi` throws plain errors and the host HTTP layer decides the status code and response body shape.
