Skip to main content

suix_queryTransactionBlocks RPC Method

Loading...

Updated on
Dec 10, 2024

suix_queryTransactionBlocks RPC Method

Parameters

query
object
REQUIRED
Loading...
digest
string
Loading...
limit
integer
Loading...
descending_order
boolean
Loading...

Returns

result
object
Loading...
data
array
Loading...
digest
object
Loading...
nextCursor
string
Loading...
hasNextPage
boolean
Loading...
Request
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"jsonrpc": "2.0",
5
"id": 1,
6
"method": "suix_queryTransactionBlocks",
7
"params": [
8
{
9
"filter": {
10
"InputObject": "0x93633829fcba6d6e0ccb13d3dbfe7614b81ea76b255e5d435032cd8595f37eb8"
11
},
12
"options": null
13
},
14
"9YBN13tUMgQrhiAMuLqLiKJ2jXfjMJQJYXZwJKpx1as2",
15
100,
16
false
17
]
18
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free