跳转至主要内容

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

正在加载...

更新于
Aug 18, 2026

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

路径参数

principal
字符串
必填
正在加载...
tx_id
字符串
必填
正在加载...

查询参数

上限
整数
正在加载...
cursor
字符串
正在加载...

退货

总计
整数
正在加载...
上限
整数
正在加载...
cursor
对象
正在加载...
next
字符串
正在加载...
previous
字符串
正在加载...
current
字符串
正在加载...
结果
数组
正在加载...
资产
对象
正在加载...
正在加载...
类型
字符串
正在加载...
类型
字符串
正在加载...
balance_change
对象
正在加载...
已发送
字符串
正在加载...
received
字符串
正在加载...
net
字符串
正在加载...
请求
回复
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
}
还没有账号吗?
endpoint 几秒钟endpoint 创建您的Quicknode endpoint ,并开始构建
免费开始使用