Swaps
List recent protocol-wide swaps
Marketplace activity feed. Cached briefly (cache.ttl.short).
curl -X GET "https://example.com/api/v1/swaps/recent"Empty
List a user's swap history
Returns swaps where the wallet is the taker, newest first. Optional chainId filter and limit (default 100).
Get SwapVM swap calldata
Returns the {to, data} pair the trader sends on chain to execute the swap. Same input as /quote — call /quote first to confirm amountOut and slippage, then /prepare to get the calldata.