Skip to main content

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

Loading...

Updated on
Aug 18, 2026

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

Path Parameters

principal
string
REQUIRED
Loading...

Query Parameters

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