跳至主要內容

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 端點,並開始建置
立即免費開始使用