/
WA
watchdata
/
FastAPI
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 6h ago · Updated 4d ago
View markdown
watchdata
FastAPI
post
Get Transaction Receipts
v5
latest
OpenAPI 3.1.0
2026-08-05
33
51
39.1 KB
filter
7
health
2
node
24
post
Get Block By Number
post
Get Block By Hash
post
Get Block Number
post
Get Block Number By Timestamp
post
Get Net Version
post
Get Stats By Day
post
Get Blocks By Day
post
Get Logs List
post
Get Transaction By Hash
post
Get Transaction By Block Number And Index
post
Get Transaction By Block Hash And Index
post
Get Transaction Count By Block Number
post
Get Transaction Count By Block Hash
post
Get Receipts Block
post
Get Transaction Receipts
post
Get Token Balance
post
Get Token Metadata
post
Get Trace Block
post
Get Traces By Trx Hash
post
Get Transfer List By Addresses
post
Get Transfer List
post
Get Uncle Count By Block Hash
post
Get Uncle Count By Block Number
post
Node Jsonrpc
node
Get Transaction Receipts
post
/node/rest/eth_getTransactionReceipt
Request body
TransactionHashIn
required
trx_hash
string
required
Response
Successful Response
Receipt[]
nullable
required
blockHash
string
required
blockNumber
string
required
contractAddress
string
nullable
cumulativeGasUsed
string
required
from
string
nullable
required
gasUsed
string
required
status
string
nullable
effectiveGasPrice
string
required
to
string
nullable
transactionHash
string
required
transactionIndex
string
required
logs
Log[]
required