본문으로 건너뛰기

platform.getBalance RPC Method

로딩 중...

업데이트 날짜:
Apr 29, 2026

platform.getBalance RPC Method

To use the platform.getBalance method on the P-Chain, ensure that the end of your URL includes ext/bc/P.

매개변수

addresses
배열
필수
로딩 중...

반품

균형
문자열
로딩 중...
unlocked
문자열
로딩 중...
lockedStakeable
문자열
로딩 중...
lockedNotStakeable
문자열
로딩 중...
balances
객체
로딩 중...
unlockeds
객체
로딩 중...
lockedStakeables
객체
로딩 중...
lockedNotStakeables
객체
로딩 중...
utxoIDs
배열
로딩 중...
txID
문자열
로딩 중...
outputIndex
정수
로딩 중...
요청
답변
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"balance": "5659807676",
6
"unlocked": "5659807676",
7
"lockedStakeable": "0",
8
"lockedNotStakeable": "0",
9
"balances": {
10
"2MxKSeEWXViLdYyDhW1SQ46AECZEbE2bnVRZptv42JrxqyUX5k": "5659807676"
11
},
12
"unlockeds": {
13
"2MxKSeEWXViLdYyDhW1SQ46AECZEbE2bnVRZptv42JrxqyUX5k": "5659807676"
14
},
15
"lockedStakeables": {},
16
"lockedNotStakeables": {},
17
"utxoIDs": [
18
{
19
"txID": "2mgNobrqvuqQixoQvibWegh7Z8nd2WjufQTmfSVr1F9k69adKC",
20
"outputIndex": 0
21
}
22
]
23
}
24
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"balance": "5659807676",
6
"unlocked": "5659807676",
7
"lockedStakeable": "0",
8
"lockedNotStakeable": "0",
9
"balances": {
10
"2MxKSeEWXViLdYyDhW1SQ46AECZEbE2bnVRZptv42JrxqyUX5k": "5659807676"
11
},
12
"unlockeds": {
13
"2MxKSeEWXViLdYyDhW1SQ46AECZEbE2bnVRZptv42JrxqyUX5k": "5659807676"
14
},
15
"lockedStakeables": {},
16
"lockedNotStakeables": {},
17
"utxoIDs": [
18
{
19
"txID": "2mgNobrqvuqQixoQvibWegh7Z8nd2WjufQTmfSVr1F9k69adKC",
20
"outputIndex": 0
21
}
22
]
23
}
24
}
아직 계정이 없으신가요?
단 몇 초 만에 Quicknode 엔드포인트를 생성하고 개발을 시작하세요
지금 무료로 시작하세요