跳至主要內容

getTokenAccounts RPC Method - Metaplex DAS

載入中...

更新於
2025年11月12日

getTokenAccounts RPC Method - Metaplex DAS

Please note that this RPC method requires the Metaplex Digital Asset Standard (DAS) API add-on enabled on your Quicknode endpoint.
Solana Kit includes the ability to customize RPC methods and transports, allowing you to seamlessly integrate Quicknode Marketplace add-ons into your applications. For more information on how to use Quicknode Marketplace add-ons with Solana Kit, check out these guides: How to Use Quicknode Add-ons using Solana Kit (Part 1) and How to Use Quicknode Add-ons using Solana Kit (Part 2)

參數

mintAddress
字串
載入中...
業主地址
字串
載入中...
上限
整數
載入中...
頁面
整數
載入中...

退貨

結果
物件
載入中...
總計
整數
載入中...
上限
整數
載入中...
頁面
整數
載入中...
token_accounts
array of objects
載入中...
帳戶
物件
載入中...
地址
字串
載入中...
薄荷
字串
載入中...
所有者
字串
載入中...
金額
整數
載入中...
delegated_amount
數字
載入中...
frozen
布林值
載入中...
close_authority
字串
載入中...
extentions
字串
載入中...
請求
回應
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"total": 2,
5
"limit": 2,
6
"token_accounts": [
7
{
8
"address": "2xqc8anXHevd8fS3QdmUN9bGvDyNmv1hs5D4QwsfneXB",
9
"mint": "So11111111111111111111111111111111111111112",
10
"amount": 46324901255,
11
"owner": "5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1",
12
"frozen": false,
13
"delegate": null,
14
"delegated_amount": 0,
15
"close_authority": null,
16
"extensions": null
17
},
18
{
19
"address": "9QRomyRuBETPAHbFefKMqaJNxBoGSw5e6ZYir7erqiXE",
20
"mint": "So11111111111111111111111111111111111111112",
21
"amount": 15541,
22
"owner": "CjtgR9f6SqrSdX8h5FdJwGdTgCmUXULJkqHxj6ACt3C5",
23
"frozen": false,
24
"delegate": null,
25
"delegated_amount": 0,
26
"close_authority": null,
27
"extensions": null
28
}
29
],
30
"cursor": null,
31
"errors": []
32
},
33
"id": 1
34
}
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"total": 2,
5
"limit": 2,
6
"token_accounts": [
7
{
8
"address": "2xqc8anXHevd8fS3QdmUN9bGvDyNmv1hs5D4QwsfneXB",
9
"mint": "So11111111111111111111111111111111111111112",
10
"amount": 46324901255,
11
"owner": "5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1",
12
"frozen": false,
13
"delegate": null,
14
"delegated_amount": 0,
15
"close_authority": null,
16
"extensions": null
17
},
18
{
19
"address": "9QRomyRuBETPAHbFefKMqaJNxBoGSw5e6ZYir7erqiXE",
20
"mint": "So11111111111111111111111111111111111111112",
21
"amount": 15541,
22
"owner": "CjtgR9f6SqrSdX8h5FdJwGdTgCmUXULJkqHxj6ACt3C5",
23
"frozen": false,
24
"delegate": null,
25
"delegated_amount": 0,
26
"close_authority": null,
27
"extensions": null
28
}
29
],
30
"cursor": null,
31
"errors": []
32
},
33
"id": 1
34
}
還沒有帳號嗎?
只需幾秒鐘即可建立您的 Quicknode 端點,並開始建置
立即免費開始使用