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

getTokenAccounts RPC Method - Metaplex DAS

読み込み中...

更新日:
Aug 09, 2026

getTokenAccounts RPC Method - Metaplex DAS

Please note that this RPC method requires the Metaplex Digital Asset Standard (DAS) API enabled on your Quicknode endpoint.
Solana Kit includes the ability to customize RPC methods and transports, allowing you to seamlessly integrate Quicknode add-ons into your applications. For more information on how to use Quicknode 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
文字列
読み込み中...
ownerAddress
文字列
読み込み中...
limit
整数
読み込み中...
page
整数
読み込み中...

返品

結果
オブジェクト
読み込み中...
total
整数
読み込み中...
limit
整数
読み込み中...
page
整数
読み込み中...
token_accounts
array of objects
読み込み中...
アカウント
オブジェクト
読み込み中...
住所
文字列
読み込み中...
ミント
文字列
読み込み中...
owner
文字列
読み込み中...
金額
整数
読み込み中...
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
}
まだアカウントをお持ちではありませんか?
Create your Quicknode endpoint in seconds and start building
今すぐ無料で始めましょう