Skip to main content

/extended/v3/principals/{principal}/transactions REST API Endpoint

Loading...

Updated on
Aug 18, 2026

/extended/v3/principals/{principal}/transactions REST API Endpoint

Path Parameters

principal
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...
transaction
object
Loading...
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...
token_transfer
object
Loading...
recipient
string
Loading...
amount
string
Loading...
memo
object
Loading...
hex
string
Loading...
repr
string
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...
involvement
string
Loading...
balance_changes
object
Loading...
stx
object
Loading...
sent
string
Loading...
received
string
Loading...
net
string
Loading...
affected_balances
object
Loading...
stx
boolean
Loading...
ft
boolean
Loading...
nft
boolean
Loading...
Request
Response
1
{
2
"total": 89746,
3
"limit": 1,
4
"cursor": {
5
"next": "8702102:2147483647:6",
6
"previous": null,
7
"current": "8702102:2147483647:8"
8
},
9
"results": [
10
{
11
"transaction": {
12
"tx_id": "0xb5fa1f394d9ce30dbdcaaf2e758a2eeb240b81a24cf220df99b848a300aad0a0",
13
"sender": {
14
"address": "SP5KCQ6CQAS73AMM002HMK94CCYEA4P3C94VX3K4",
15
"nonce": 89741
16
},
17
"sponsor": null,
18
"fee_rate": "612",
19
"block": {
20
"height": 8702102,
21
"hash": "0xb44e98728a948bf1380eb604ce69cba6fb72cc3f5756beb81ddac6e76dd5b8b2",
22
"index_hash": "0xd103119c8f04fb0dcce2d72e1f461f3e660e8a418a4055021ef39f446795e375",
23
"time": 1785854641,
24
"tx_index": 8
25
},
26
"bitcoin_block": {
27
"height": 961025,
28
"time": 1785853855
29
},
30
"status": "abort_by_response",
31
"type": "contract_call",
32
"contract_call": {
33
"contract_id": "SP5KCQ6CQAS73AMM002HMK94CCYEA4P3C94VX3K4.big",
34
"function_name": "r6"
35
}
36
},
37
"involvement": "sender",
38
"balance_changes": {
39
"stx": {
40
"sent": "612",
41
"received": "0",
42
"net": "-612"
43
}
44
},
45
"affected_balances": {
46
"stx": true,
47
"ft": false,
48
"nft": false
49
}
50
}
51
]
52
}
1
{
2
"total": 89746,
3
"limit": 1,
4
"cursor": {
5
"next": "8702102:2147483647:6",
6
"previous": null,
7
"current": "8702102:2147483647:8"
8
},
9
"results": [
10
{
11
"transaction": {
12
"tx_id": "0xb5fa1f394d9ce30dbdcaaf2e758a2eeb240b81a24cf220df99b848a300aad0a0",
13
"sender": {
14
"address": "SP5KCQ6CQAS73AMM002HMK94CCYEA4P3C94VX3K4",
15
"nonce": 89741
16
},
17
"sponsor": null,
18
"fee_rate": "612",
19
"block": {
20
"height": 8702102,
21
"hash": "0xb44e98728a948bf1380eb604ce69cba6fb72cc3f5756beb81ddac6e76dd5b8b2",
22
"index_hash": "0xd103119c8f04fb0dcce2d72e1f461f3e660e8a418a4055021ef39f446795e375",
23
"time": 1785854641,
24
"tx_index": 8
25
},
26
"bitcoin_block": {
27
"height": 961025,
28
"time": 1785853855
29
},
30
"status": "abort_by_response",
31
"type": "contract_call",
32
"contract_call": {
33
"contract_id": "SP5KCQ6CQAS73AMM002HMK94CCYEA4P3C94VX3K4.big",
34
"function_name": "r6"
35
}
36
},
37
"involvement": "sender",
38
"balance_changes": {
39
"stx": {
40
"sent": "612",
41
"received": "0",
42
"net": "-612"
43
}
44
},
45
"affected_balances": {
46
"stx": true,
47
"ft": false,
48
"nft": false
49
}
50
}
51
]
52
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free