Skip to main content
GET
Fulfill a swap quote by transaction hash

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain from your Pods dashboard.

Path Parameters

id
string
required

Quote ID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Query Parameters

txHash
string
required

Hash of the mined transaction to replay

Pattern: ^0x[a-fA-F0-9]{64}$
Example:

"0x61160691804e39f80871573195a87d3be519129ed6c2c73fd3338b5f00f45ee1"

chain
string

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).

Example:

"base"

Response

Transaction accepted for processing

status
string
required
Example:

"accepted"