# ListPendingSwapsInput

Input for listing actionable swaps.

**signer**stringrequired

Smart-chain signer address used to filter swaps.

**chainId**string

Optional smart-chain identifier used to narrow the result set, e.g. `SOLANA`, `STARKNET`, `CITREA`.

ListPendingSwapsInput

```
{

  "signer": "string",

  "chainId": "string"

}
```
