Ir diretamente para o conteúdo principal

getAssetsByGroup RPC Method - Metaplex DAS

A carregar...

Atualizado em
Nov 12, 2025

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

Parâmetros

groupKey
cadeia de caracteres
OBRIGATÓRIO
A carregar...
groupValue
cadeia de caracteres
OBRIGATÓRIO
A carregar...
opções
objeto
A carregar...
showFungible
booleano
A carregar...
showCollectionMetadata
booleano
A carregar...
sortBy
objeto
A carregar...
sortBy
cadeia de caracteres
A carregar...
sortDirection
cadeia de caracteres
A carregar...
limite
número inteiro
A carregar...
cursor
cadeia de caracteres
A carregar...
página
número inteiro
A carregar...
before
cadeia de caracteres
A carregar...
depois de
cadeia de caracteres
A carregar...

Devoluções

assetList
objeto
A carregar...
total
número inteiro
A carregar...
limite
número inteiro
A carregar...
página
número inteiro
A carregar...
cursor
cadeia de caracteres
A carregar...
items
array of objects
A carregar...
asset
objeto
A carregar...
interface
cadeia de caracteres
A carregar...
id
cadeia de caracteres
A carregar...
content
objeto
A carregar...
$schema
cadeia de caracteres
A carregar...
json_uri
cadeia de caracteres
A carregar...
files
array of objects
A carregar...
uri
cadeia de caracteres
A carregar...
mime
cadeia de caracteres
A carregar...
quality
objeto
A carregar...
contexts
array of strings
A carregar...
metadata
objeto
A carregar...
nome
cadeia de caracteres
A carregar...
descrição
cadeia de caracteres
A carregar...
símbolo
cadeia de caracteres
A carregar...
token_standard
cadeia de caracteres
A carregar...
atributos
array of objects
A carregar...
valor
integer/string
A carregar...
trait_type
cadeia de caracteres
A carregar...
links
objeto
A carregar...
external_url
cadeia de caracteres
A carregar...
imagem
cadeia de caracteres
A carregar...
authorities
array of objects
A carregar...
morada
cadeia de caracteres
A carregar...
scopes
array of strings
A carregar...
compression
objeto
A carregar...
asset_hash
cadeia de caracteres
A carregar...
compressed
booleano
A carregar...
creator_hash
cadeia de caracteres
A carregar...
data_hash
cadeia de caracteres
A carregar...
eligible
booleano
A carregar...
leaf_id
número inteiro
A carregar...
seq
número inteiro
A carregar...
tree
cadeia de caracteres
A carregar...
grouping
array of objects
A carregar...
group_key
cadeia de caracteres
A carregar...
group_value
cadeia de caracteres
A carregar...
royalty
cadeia de caracteres
A carregar...
basis_points
número inteiro
A carregar...
locked
booleano
A carregar...
percent
número inteiro
A carregar...
primary_sale_happened
booleano
A carregar...
royalty_model
cadeia de caracteres
A carregar...
target
cadeia de caracteres
A carregar...
creators
array of objects
A carregar...
morada
cadeia de caracteres
A carregar...
share
número inteiro
A carregar...
verified
booleano
A carregar...
ownership
objeto
A carregar...
delegate
cadeia de caracteres
A carregar...
delegated
booleano
A carregar...
frozen
booleano
A carregar...
proprietário
cadeia de caracteres
A carregar...
ownership_model
cadeia de caracteres
A carregar...
uses
objeto
A carregar...
remaining
número inteiro
A carregar...
total
número inteiro
A carregar...
use_method
cadeia de caracteres
A carregar...
supply
objeto
A carregar...
edition_nonce
número inteiro
A carregar...
print_current_supply
número inteiro
A carregar...
print_max_supply
número inteiro
A carregar...
mutable
booleano
A carregar...
burnt
booleano
A carregar...
mint_extensions
objeto
A carregar...
Pedido
Resposta
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
}
Ainda não tem uma conta?
Crie o seu ponto de extremidade Quicknode em segundos e comece a desenvolver
Comece gratuitamente