RFQ Indexer API

Get transaction details by ID or the origin transaction hash

Retrieves detailed information about a transaction, including deposit, relay, proof, claim, and refund data if available

get/transaction-id/{transactionId}

Path parameters

transactionIdstring required

The unique identifier of the transaction or the origin transaction hash

Response

Successful response

Bridgeobject

General transaction fields

BridgeRequestobject

Deposit information

BridgeRelayobject

Relay information

BridgeRefundobject

Refund information

BridgeProofobject

Proof information (if available)

BridgeClaimobject

Claim information (if available)

BridgeDisputeobject

Dispute information (if available)

Changes