Skip to main content

ListPendingSwapsInput

Input for listing actionable swaps.

signerstringrequired

Smart-chain signer address used to filter swaps.

chainIdstring

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

ListPendingSwapsInput
{
"signer": "string",
"chainId": "string"
}