---
title: "Get Destination Transaction Information"
method: GET
path: "/destinationTx"
tags: ["Synapse Bridge REST API"]
---

# Get Destination Transaction Information

`GET /destinationTx`

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

## Query parameters

- `originChainId` integer, required
- `txHash` string, required

## Response `200`

Successful response

- object
  - `status` string — The status of the transaction
  - `fromInfo` object
    - `chainID` integer — The origin 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
    - `blockNumber` integer — The block number of the transaction
    - `formattedTime` string — The formatted time of the transaction
    - `formattedValue` string — The formatted value 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
    - `blockNumber` integer — The block number of the transaction
    - `formattedTime` string — The formatted time of the transaction
    - `formattedValue` string — The formatted value of the transaction

## Other responses

- `400` — Invalid input
- `404` — Not found
- `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)
