본문으로 건너뛰기

getAssetsByGroup RPC Method - Metaplex DAS

로딩 중...

업데이트됨:
Aug 09, 2026

getAssetsByGroup 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)

매개변수

groupKey
문자열
필수
로딩 중...
groupValue
문자열
필수
로딩 중...
옵션
객체
로딩 중...
showFungible
부울
로딩 중...
showCollectionMetadata
부울
로딩 중...
sortBy
객체
로딩 중...
sortBy
문자열
로딩 중...
sortDirection
문자열
로딩 중...
limit
정수
로딩 중...
cursor
문자열
로딩 중...
page
정수
로딩 중...
before
문자열
로딩 중...
after
문자열
로딩 중...

반품

assetList
객체
로딩 중...
합계
정수
로딩 중...
limit
정수
로딩 중...
page
정수
로딩 중...
cursor
문자열
로딩 중...
항목
array of objects
로딩 중...
자산
객체
로딩 중...
interface
문자열
로딩 중...
id
문자열
로딩 중...
내용
객체
로딩 중...
$schema
문자열
로딩 중...
json_uri
문자열
로딩 중...
files
array of objects
로딩 중...
우리
문자열
로딩 중...
mime
문자열
로딩 중...
quality
객체
로딩 중...
contexts
array of strings
로딩 중...
메타데이터
객체
로딩 중...
이름
문자열
로딩 중...
설명
문자열
로딩 중...
기호
문자열
로딩 중...
token_standard
문자열
로딩 중...
속성
array of objects
로딩 중...
integer/string
로딩 중...
trait_type
문자열
로딩 중...
links
객체
로딩 중...
external_url
문자열
로딩 중...
image
문자열
로딩 중...
authorities
array of objects
로딩 중...
주소
문자열
로딩 중...
scopes
array of strings
로딩 중...
compression
객체
로딩 중...
asset_hash
문자열
로딩 중...
compressed
부울
로딩 중...
creator_hash
문자열
로딩 중...
data_hash
문자열
로딩 중...
eligible
부울
로딩 중...
leaf_id
정수
로딩 중...
seq
정수
로딩 중...
tree
문자열
로딩 중...
grouping
array of objects
로딩 중...
group_key
문자열
로딩 중...
group_value
문자열
로딩 중...
royalty
문자열
로딩 중...
basis_points
정수
로딩 중...
locked
부울
로딩 중...
percent
정수
로딩 중...
primary_sale_happened
부울
로딩 중...
royalty_model
문자열
로딩 중...
target
문자열
로딩 중...
creators
array of objects
로딩 중...
주소
문자열
로딩 중...
share
정수
로딩 중...
verified
부울
로딩 중...
ownership
객체
로딩 중...
delegate
문자열
로딩 중...
delegated
부울
로딩 중...
frozen
부울
로딩 중...
owner
문자열
로딩 중...
ownership_model
문자열
로딩 중...
uses
객체
로딩 중...
remaining
정수
로딩 중...
합계
정수
로딩 중...
use_method
문자열
로딩 중...
공급
객체
로딩 중...
edition_nonce
정수
로딩 중...
print_current_supply
정수
로딩 중...
print_max_supply
정수
로딩 중...
mutable
부울
로딩 중...
burnt
부울
로딩 중...
mint_extensions
객체
로딩 중...
요청
답변
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"total": 1,
5
"limit": 1,
6
"page": 1,
7
"items": [
8
{
9
"interface": "ProgrammableNFT",
10
"id": "JEGruwYE13mhX2wi2MGrPmeLiVyZtbBptmVy9vG3pXRC",
11
"authorities": [
12
{
13
"address": "2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW",
14
"scopes": [
15
"full"
16
]
17
}
18
],
19
"compression": {
20
"eligible": false,
21
"compressed": false,
22
"data_hash": "",
23
"creator_hash": "",
24
"asset_hash": "",
25
"tree": "",
26
"seq": 0,
27
"leaf_id": 0
28
},
29
"grouping": [
30
{
31
"group_key": "collection",
32
"group_value": "J1S9H3QjnRtBbbuD4HjPV6RpRhwuk4zKbxsnCHuTgh9w"
33
}
34
],
35
"royalty": {
36
"royalty_model": "creators",
37
"target": null,
38
"percent": 0.042,
39
"basis_points": 420,
40
"primary_sale_happened": true,
41
"locked": false
42
},
43
"creators": [
44
{
45
"address": "5XvhfmRjwXkGp3jHGmaKpqeerNYjkuZZBYLVQYdeVcRv",
46
"share": 0,
47
"verified": true
48
}
49
],
50
"ownership": {
51
"frozen": true,
52
"delegated": false,
53
"delegate": null,
54
"ownership_model": "single",
55
"owner": "3F21SJs4FMpsakrxmd8GjgfQZG6BN6MVsvXcm5Yc6Jcf"
56
},
57
"supply": {
58
"print_max_supply": 0,
59
"print_current_supply": 0,
60
"edition_nonce": 254
61
},
62
"mutable": true,
63
"burnt": false
64
}
65
]
66
}
67
}
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"total": 1,
5
"limit": 1,
6
"page": 1,
7
"items": [
8
{
9
"interface": "ProgrammableNFT",
10
"id": "JEGruwYE13mhX2wi2MGrPmeLiVyZtbBptmVy9vG3pXRC",
11
"authorities": [
12
{
13
"address": "2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW",
14
"scopes": [
15
"full"
16
]
17
}
18
],
19
"compression": {
20
"eligible": false,
21
"compressed": false,
22
"data_hash": "",
23
"creator_hash": "",
24
"asset_hash": "",
25
"tree": "",
26
"seq": 0,
27
"leaf_id": 0
28
},
29
"grouping": [
30
{
31
"group_key": "collection",
32
"group_value": "J1S9H3QjnRtBbbuD4HjPV6RpRhwuk4zKbxsnCHuTgh9w"
33
}
34
],
35
"royalty": {
36
"royalty_model": "creators",
37
"target": null,
38
"percent": 0.042,
39
"basis_points": 420,
40
"primary_sale_happened": true,
41
"locked": false
42
},
43
"creators": [
44
{
45
"address": "5XvhfmRjwXkGp3jHGmaKpqeerNYjkuZZBYLVQYdeVcRv",
46
"share": 0,
47
"verified": true
48
}
49
],
50
"ownership": {
51
"frozen": true,
52
"delegated": false,
53
"delegate": null,
54
"ownership_model": "single",
55
"owner": "3F21SJs4FMpsakrxmd8GjgfQZG6BN6MVsvXcm5Yc6Jcf"
56
},
57
"supply": {
58
"print_max_supply": 0,
59
"print_current_supply": 0,
60
"edition_nonce": 254
61
},
62
"mutable": true,
63
"burnt": false
64
}
65
]
66
}
67
}
아직 계정이 없으신가요?
단 몇 초endpoint Quicknode endpoint 생성하고 개발을 시작하세요
무료로 시작하기