---
title: "Get Transaction By Block Hash And Index"
method: POST
path: "/node/rest/eth_getTransactionByBlockHashAndIndex"
tags: ["node"]
---

# Get Transaction By Block Hash And Index

`POST /node/rest/eth_getTransactionByBlockHashAndIndex`

## Request body

- BlockHashAndIndexIn
  - `block_hash` string, required
  - `trx_index` integer, required

## Response `200`

Successful Response

- string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/watchdata/apis/fastapi.md) · [All operations](https://skmtc.dev/watchdata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchdata/fastapi/revisions/95860adeeaf7/schema)
