---
title: "GET /api/v1/global-tx/:chain_id/:emitter/:seq"
method: GET
path: "/api/v1/global-tx/:chain_id/:emitter/:seq"
tags: ["wormholescan"]
---

# GET /api/v1/global-tx/:chain_id/:emitter/:seq

`GET /api/v1/global-tx/:chain_id/:emitter/:seq`

Find a global transaction by VAA ID
Global transactions is a logical association of two transactions that are related to each other by a unique VAA ID.
The first transaction is created on the origin chain when the VAA is emitted.
The second transaction is created on the destination chain when the VAA is redeemed.
If the response only contains an origin tx the VAA was not redeemed.

## Path parameters

- `chain_id` integer, required
- `emitter` string, required
- `seq` integer, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/wormholescan/apis/wormholescan-api.md) · [All operations](https://skmtc.net/wormholescan/apis/wormholescan-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wormholescan/wormholescan-api/revisions/898025105c49/schema)
