/
WA
watchdata
/
FastAPI
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5h ago · Updated 24h ago
Details
Filter operations
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 By Block Number And Index
post
/node/rest/eth_getTransactionByBlockNumberAndIndex
Request body
BlockNumberAndIndexIn
required
block_number
union
required
trx_index
integer
required
Response
Successful Response
Transaction
required
hash
string
required
nonce
string
nullable
transactionIndex
string
required
from
string
required
to
string
nullable
value
string
nullable
gasPrice
string
nullable
gas
string
nullable
maxFeePerGas
string
nullable
maxPriorityFeePerGas
string
nullable
chainId
string
nullable
accessList
unknown[]
nullable
blockHash
string
required
blockNumber
string
required
Changes