---
title: "Get Bridge Transaction Details"
method: GET
path: "/defi/v1/bridge/transactions"
tags: ["bridge"]
---

# Get Bridge Transaction Details

`GET /defi/v1/bridge/transactions`

Retrieves detailed information about a specific cross-chain bridge transaction using its transaction hash. It returns key data such as source and destination addresses, block details, transaction status, and timestamps, enabling users to track and verify the progress and outcome of the transaction.

> 💡 
**Compute Unit Value:** `50` (Fixed)

## Query parameters

- `transactionHash` string, required — The hash of the transaction to retrieve details for.
- `bridgeId` '100' | '600' | '300' | '400' | '500' — The unique ID to specify the bridge protocol for routing cross-chain queries or transactions. Find more [here](https://docs.blockdaemon.com/docs/defi-api-supported-protocols#supported-bridges-protocols).
- `srcChainId` string — Chain ID of the source chain. Find more [here](https://docs.blockdaemon.com/docs/defi-api-supported-protocols#supported-chains).
- `srcChainSymbol` string — Symbol of the source chain.

## Response `200`

Successful response

- object
  - `status` number — Numeric status code indicating success or failure of the API call
  - `msg` string — Human-readable message describing the API result or error
  - `data` object
    - `status` string, required — Executed or Pending
    - `srcTx` object, required — Source transaction details
      - `chainId` string, required — Blockchain network identifier (EVM chain ID, Solana chain name, etc.)
      - `hash` string, required — Transaction hash
    - `dstTx` object, required — Destination transaction details
      - `chainId` string, required — Blockchain network identifier (EVM chain ID, Solana chain name, etc.)
      - `hash` string, required — Transaction hash

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
