---
title: "pm_getSponsorTxByTxHash"
method: POST
path: "/{apiKey}/megafuel"
tags: ["pm_getSponsorTxByTxHash"]
---

# pm_getSponsorTxByTxHash

`POST /{apiKey}/megafuel`

Get a sponsor's tx by tx hash.

## Path parameters

- `apiKey` string, required

## Request body

- object
  - `id` integer
  - `jsonrpc` string
  - `method` 'pm_getSponsorTxByTxHash'
  - `params` string[] — 1. String - 32 Bytes - the user transaction hash

## Response `200`

- object
  - `id` integer
  - `jsonrpc` string
  - `result` object — Detailed record of a sponsored transaction, including status, gas pricing, and associated bundle information.
    - `txHash` string, binary — Binary representation of the transaction hash, uniquely identifying the transaction in the blockchain.
    - `bundleUuid` string, uuid — UUID of the bundle associated with this transaction.
    - `status` string — Status of the transaction, new/pending/failed/confirmed/invalid.
    - `gasPrice` string — Hexadecimal string representing the gas price set for executing the transaction.
    - `gasFee` string — Hexadecimal string representing the total gas fee incurred by the transaction.
    - `bornBlockNumber` integer — Block number at which the transaction was initially processed by the network.
    - `chainId` integer — Identifier of the blockchain network on which this transaction was processed.

---

[API](https://skmtc.dev/nodereal/apis/account-information.md) · [All operations](https://skmtc.dev/nodereal/apis/account-information/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nodereal/account-information/revisions/bcc95f399ff3/schema)
