Fulfill a swap quote by transaction hash
Report a mined transaction for a quote so the API processes it immediately instead of waiting for indexer webhooks. The transaction is verified on-chain and replayed through the same detection pipelines a real indexer event would take. Processing is asynchronous; poll GET /v2/swap/status/ for the outcome. Safe to retry; resubmissions are idempotent.
Authorizations
API key for authentication. Obtain from your Pods dashboard.
Path Parameters
Quote ID
"550e8400-e29b-41d4-a716-446655440000"
Query Parameters
Hash of the mined transaction to replay
^0x[a-fA-F0-9]{64}$"0x61160691804e39f80871573195a87d3be519129ed6c2c73fd3338b5f00f45ee1"
Optional chain override for the transaction. Defaults to the quote's origin chain; pass it to replay a leg that lives on a different chain (e.g. a crosschain destination tx).
"base"
Response
Transaction accepted for processing
"accepted"