メインコンテンツへスキップ

/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
文字列
必須
読み込み中...

クエリパラメータ

limit
整数
読み込み中...
cursor
文字列
読み込み中...

返します

total
整数
読み込み中...
limit
整数
読み込み中...
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
}
まだアカウントをお持ちではありませんか?
Create your Quicknode endpoint in seconds and start building
今すぐ無料で始めましょう