본문으로 건너뛰기

getStablecoinBalances RPC Method - Multi-Chain Stablecoin Balance API

로딩 중...

업데이트 날짜:
2026년 5월 21일

getStablecoinBalances RPC Method - Multi-Chain Stablecoin Balance API

Please note that this RPC method requires the Multi-Chain Stablecoin Balance API add-on enabled on your Quicknode endpoint. This method is only supported on Mainnet networks of all supported chains.

매개변수

주소
문자열
필수
로딩 중...
사슬
배열
로딩 중...
토큰
배열
로딩 중...
contract_addresses
배열
로딩 중...
peg_types
배열
로딩 중...
backing_types
배열
로딩 중...
issuer_types
배열
로딩 중...
vm_types
배열
로딩 중...

반품

결과
객체
로딩 중...
주소
문자열
로딩 중...
사슬
객체
로딩 중...
chain_name
객체
로딩 중...
chain_id
숫자
로딩 중...
balances
배열
로딩 중...
토큰
문자열
로딩 중...
contract_address
문자열
로딩 중...
소수
숫자
로딩 중...
balance_raw
문자열
로딩 중...
balance_formatted
문자열
로딩 중...
타임스탬프
문자열
로딩 중...
total_balances
배열
로딩 중...
토큰
문자열
로딩 중...
소수
숫자
로딩 중...
balance_raw
문자열
로딩 중...
balance_formatted
문자열
로딩 중...
요청
답변
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"address": "0xF977814e90dA44bFA03b6295A0616a897441aceC",
5
"chains": {
6
"ethereum": {
7
"balances": [
8
{
9
"balance_formatted": "22794505870.275000",
10
"balance_raw": "22794505870275000",
11
"contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
12
"decimals": 6,
13
"token": "USDT"
14
}
15
],
16
"chain_id": 1
17
},
18
"polygon": {
19
"balances": [
20
{
21
"balance_formatted": "64.555497",
22
"balance_raw": "64555497",
23
"contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
24
"decimals": 6,
25
"token": "USDC"
26
}
27
],
28
"chain_id": 137
29
}
30
},
31
"timestamp": "2025-10-16T10:56:11.915517401+00:00",
32
"total_balances": [
33
{
34
"balance_formatted": "64.555497",
35
"balance_raw": "64555497",
36
"decimals": 6,
37
"token": "USDC"
38
},
39
{
40
"balance_formatted": "22794505870.275",
41
"balance_raw": "22794505870275000",
42
"decimals": 6,
43
"token": "USDT"
44
}
45
]
46
},
47
"id": 1
48
}
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"address": "0xF977814e90dA44bFA03b6295A0616a897441aceC",
5
"chains": {
6
"ethereum": {
7
"balances": [
8
{
9
"balance_formatted": "22794505870.275000",
10
"balance_raw": "22794505870275000",
11
"contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
12
"decimals": 6,
13
"token": "USDT"
14
}
15
],
16
"chain_id": 1
17
},
18
"polygon": {
19
"balances": [
20
{
21
"balance_formatted": "64.555497",
22
"balance_raw": "64555497",
23
"contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
24
"decimals": 6,
25
"token": "USDC"
26
}
27
],
28
"chain_id": 137
29
}
30
},
31
"timestamp": "2025-10-16T10:56:11.915517401+00:00",
32
"total_balances": [
33
{
34
"balance_formatted": "64.555497",
35
"balance_raw": "64555497",
36
"decimals": 6,
37
"token": "USDC"
38
},
39
{
40
"balance_formatted": "22794505870.275",
41
"balance_raw": "22794505870275000",
42
"decimals": 6,
43
"token": "USDT"
44
}
45
]
46
},
47
"id": 1
48
}
아직 계정이 없으신가요?
단 몇 초 만에 Quicknode 엔드포인트를 생성하고 개발을 시작하세요
지금 무료로 시작하세요