Ir diretamente para o conteúdo principal

getAsset RPC Method - Metaplex DAS

A carregar...

Atualizado em
Nov 12, 2025

getAsset 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

id
cadeia de caracteres
OBRIGATÓRIO
A carregar...
opções
objeto
A carregar...
showFungible
booleano
A carregar...
showUnverifiedCollections
booleano
A carregar...
showCollectionMetadata
booleano
A carregar...

Devoluções

resultado
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...
token_info
objeto
A carregar...
supply
número inteiro
A carregar...
decimais
número inteiro
A carregar...
token_program
cadeia de caracteres
A carregar...
mint_authority
cadeia de caracteres
A carregar...
freeze_authority
cadeia de caracteres
A carregar...
mint_extensions
objeto
A carregar...
Pedido
Resposta
1
{
2
"asset": {
3
"interface": "Custom",
4
"id": "B1rzqj4cEM6pWsrm3rLPCu8QwcXMn6H6bd7xAnk941dU",
5
"content": {
6
"$schema": "https://schema.metaplex.com/nft1.0.json",
7
"json_uri": "https://nftstorage.link/ipfs/bafybeig2dp7oyauxdkhwduh274ekbl3cixyvbnky444qfewz3vfcauos6m/7391.json",
8
"files": [],
9
"metadata": {
10
"name": "Claynosaurz #7392",
11
"symbol": "DINO"
12
}
13
},
14
"authorities": [
15
{
16
"address": "B7B2g3WbdZMDV3YcDGRGhEt5KyWqDJZFwRR8zpWVEkUF",
17
"scopes": []
18
}
19
],
20
"compression": {
21
"eligible": false,
22
"compressed": false,
23
"data_hash": "",
24
"creator_hash": "",
25
"asset_hash": "",
26
"tree": "",
27
"seq": 0,
28
"leaf_id": 0
29
},
30
"grouping": [
31
{
32
"group_key": "collection",
33
"group_value": "6mszaj17KSfVqADrQj3o4W3zoLMTykgmV37W4QadCczK"
34
}
35
],
36
"royalty": {
37
"royalty_model": "creators",
38
"target": null,
39
"percent": 0.05,
40
"basis_points": 500,
41
"primary_sale_happened": true,
42
"locked": false
43
},
44
"creators": [
45
{
46
"address": "AoebZtN5iKpVyUBc82aouWhugVknLzjUmEEUezxviYNo",
47
"share": 0,
48
"verified": true
49
},
50
{
51
"address": "36tfiBtaDGjAMKd6smPacHQhe4MXycLL6f9ww9CD1naT",
52
"share": 100,
53
"verified": false
54
}
55
],
56
"ownership": {
57
"frozen": false,
58
"delegated": false,
59
"delegate": null,
60
"ownership_model": "single",
61
"owner": "4zdNGgAtFsW1cQgHqkiWyRsxaAgxrSRRynnuunxzjxue"
62
},
63
"supply": null,
64
"mutable": true
65
}
66
}
1
{
2
"asset": {
3
"interface": "Custom",
4
"id": "B1rzqj4cEM6pWsrm3rLPCu8QwcXMn6H6bd7xAnk941dU",
5
"content": {
6
"$schema": "https://schema.metaplex.com/nft1.0.json",
7
"json_uri": "https://nftstorage.link/ipfs/bafybeig2dp7oyauxdkhwduh274ekbl3cixyvbnky444qfewz3vfcauos6m/7391.json",
8
"files": [],
9
"metadata": {
10
"name": "Claynosaurz #7392",
11
"symbol": "DINO"
12
}
13
},
14
"authorities": [
15
{
16
"address": "B7B2g3WbdZMDV3YcDGRGhEt5KyWqDJZFwRR8zpWVEkUF",
17
"scopes": []
18
}
19
],
20
"compression": {
21
"eligible": false,
22
"compressed": false,
23
"data_hash": "",
24
"creator_hash": "",
25
"asset_hash": "",
26
"tree": "",
27
"seq": 0,
28
"leaf_id": 0
29
},
30
"grouping": [
31
{
32
"group_key": "collection",
33
"group_value": "6mszaj17KSfVqADrQj3o4W3zoLMTykgmV37W4QadCczK"
34
}
35
],
36
"royalty": {
37
"royalty_model": "creators",
38
"target": null,
39
"percent": 0.05,
40
"basis_points": 500,
41
"primary_sale_happened": true,
42
"locked": false
43
},
44
"creators": [
45
{
46
"address": "AoebZtN5iKpVyUBc82aouWhugVknLzjUmEEUezxviYNo",
47
"share": 0,
48
"verified": true
49
},
50
{
51
"address": "36tfiBtaDGjAMKd6smPacHQhe4MXycLL6f9ww9CD1naT",
52
"share": 100,
53
"verified": false
54
}
55
],
56
"ownership": {
57
"frozen": false,
58
"delegated": false,
59
"delegate": null,
60
"ownership_model": "single",
61
"owner": "4zdNGgAtFsW1cQgHqkiWyRsxaAgxrSRRynnuunxzjxue"
62
},
63
"supply": null,
64
"mutable": true
65
}
66
}
Ainda não tem uma conta?
Crie o seu ponto de extremidade Quicknode em segundos e comece a desenvolver
Comece gratuitamente