Synapse Bridge REST API

Get Synapse Transaction ID

Retrieve the Synapse transaction ID for a given origin chain transaction

get/synapseTxId

Query parameters

originChainIdinteger required

The ID of the origin chain where the transaction was initiated

bridgeModule'SynapseRFQ' | 'SynapseBridge' | 'SynapseCCTP' required

The bridge module used for the transaction

txHashstring required

The transaction hash on the origin chain

Response

Successful response

synapseTxIdstring

The Synapse transaction ID

Changes