Skip to main content

/extended/v3/principals/{principal}/transactions/{tx_id}/balance-changes REST API Endpoint

Loading...

Updated on
Aug 18, 2026

/extended/v3/principals/{principal}/transactions/{tx_id}/balance-changes REST API Endpoint

Path Parameters

principal
string
REQUIRED
Loading...
tx_id
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...
asset
object
Loading...
Loading...
type
string
Loading...
type
string
Loading...
balance_change
object
Loading...
sent
string
Loading...
received
string
Loading...
net
string
Loading...
Request
Response
1
{
2
"total": 1,
3
"limit": 1,
4
"cursor": {
5
"next": null,
6
"previous": null,
7
"current": "1:stx"
8
},
9
"results": [
10
{
11
"asset": {
12
"type": "stx"
13
},
14
"balance_change": {
15
"sent": "579",
16
"received": "0",
17
"net": "-579"
18
}
19
}
20
]
21
}
1
{
2
"total": 1,
3
"limit": 1,
4
"cursor": {
5
"next": null,
6
"previous": null,
7
"current": "1:stx"
8
},
9
"results": [
10
{
11
"asset": {
12
"type": "stx"
13
},
14
"balance_change": {
15
"sent": "579",
16
"received": "0",
17
"net": "-579"
18
}
19
}
20
]
21
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free