Skip to main content

/extended/v3/blocks/{height_or_hash}/transactions REST API Endpoint

Loading...

Updated on
Aug 18, 2026

/extended/v3/blocks/{height_or_hash}/transactions REST API Endpoint

Path Parameters

height_or_hash
string
REQUIRED
Loading...

Query Parameters

limit
integer
Loading...
cursor
string
Loading...

Returns

total
integer
Loading...
limit
integer
Loading...
cursor
object
Loading...
next
string
Loading...
previous
string
Loading...
current
string
Loading...
results
array
Loading...
tx_id
string
Loading...
sender
object
Loading...
address
string
Loading...
nonce
integer
Loading...
sponsor
object
Loading...
address
string
Loading...
nonce
integer
Loading...
fee_rate
string
Loading...
block
object
Loading...
height
integer
Loading...
hash
string
Loading...
index_hash
string
Loading...
time
number
Loading...
tx_index
integer
Loading...
bitcoin_block
object
Loading...
height
integer
Loading...
time
number
Loading...
status
string
Loading...
type
string
Loading...
contract_call
object
Loading...
contract_id
string
Loading...
function_name
string
Loading...
Request
Response
1
{
2
"total": 6,
3
"limit": 1,
4
"cursor": {
5
"next": "8702017:2147483647:4",
6
"previous": null,
7
"current": "8702017:2147483647:5"
8
},
9
"results": [
10
{
11
"tx_id": "0x7793237893fe95cd64e8ba44c798ae7e42a51d90515f16d7bf4810a1f512c0a8",
12
"sender": {
13
"address": "SP5KCQ6CQAS73AMM002HMK94CCYEA4P3C94VX3K4",
14
"nonce": 89715
15
},
16
"sponsor": null,
17
"fee_rate": "579",
18
"block": {
19
"height": 8702017,
20
"hash": "0x04d7e3e3cf098931189bfaa5085ba574f7aa939343baaf744eede592000f0e40",
21
"index_hash": "0x6d80e3b90d6fc7577b14020e683da5dbc9eb924be1c7347d1b95d9eaaddb1b6f",
22
"time": 1785852848,
23
"tx_index": 5
24
},
25
"bitcoin_block": {
26
"height": 961022,
27
"time": 1785852304
28
},
29
"status": "success",
30
"type": "contract_call",
31
"contract_call": {
32
"contract_id": "SP5KCQ6CQAS73AMM002HMK94CCYEA4P3C94VX3K4.nain",
33
"function_name": "rt"
34
}
35
}
36
]
37
}
1
{
2
"total": 6,
3
"limit": 1,
4
"cursor": {
5
"next": "8702017:2147483647:4",
6
"previous": null,
7
"current": "8702017:2147483647:5"
8
},
9
"results": [
10
{
11
"tx_id": "0x7793237893fe95cd64e8ba44c798ae7e42a51d90515f16d7bf4810a1f512c0a8",
12
"sender": {
13
"address": "SP5KCQ6CQAS73AMM002HMK94CCYEA4P3C94VX3K4",
14
"nonce": 89715
15
},
16
"sponsor": null,
17
"fee_rate": "579",
18
"block": {
19
"height": 8702017,
20
"hash": "0x04d7e3e3cf098931189bfaa5085ba574f7aa939343baaf744eede592000f0e40",
21
"index_hash": "0x6d80e3b90d6fc7577b14020e683da5dbc9eb924be1c7347d1b95d9eaaddb1b6f",
22
"time": 1785852848,
23
"tx_index": 5
24
},
25
"bitcoin_block": {
26
"height": 961022,
27
"time": 1785852304
28
},
29
"status": "success",
30
"type": "contract_call",
31
"contract_call": {
32
"contract_id": "SP5KCQ6CQAS73AMM002HMK94CCYEA4P3C94VX3K4.nain",
33
"function_name": "rt"
34
}
35
}
36
]
37
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free