---
title: "Get Bridge Transaction Status"
method: GET
path: "/bridgeTxStatus"
tags: ["Synapse Bridge REST API"]
---

# Get Bridge Transaction Status

`GET /bridgeTxStatus`

Used to get the status of a bridge transaction, and the destination transaction information if the transaction is finalized

## Query parameters

- `destChainId` integer, required
- `bridgeModule` 'SynapseRFQ' | 'SynapseBridge' | 'SynapseCCTP', required
- `synapseTxId` string, required

## Response `200`

Successful response

- object
  - `status` boolean — The status of the transaction
  - `toInfo` object
    - `chainID` integer — The destination chain ID
    - `address` string — The recipient address
    - `txnHash` string — The transaction hash on the destination chain
    - `USDValue` number — The USD value of the transaction
    - `tokenSymbol` string — The symbol of the token transferred
    - `formattedTime` string — The formatted time of the transaction
    - `formattedValue` string — The formatted value of the transaction

## Other responses

- `400` — Invalid input
- `500` — Server error

---

[API](https://skmtc.dev/synapseprotocol/apis/synapse-protocol-rest-api.md) · [All operations](https://skmtc.dev/synapseprotocol/apis/synapse-protocol-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/synapseprotocol/synapse-protocol-rest-api/revisions/9949980b368b/schema)
