Skip to main content

getAssetsByOwner RPC Method - Metaplex DAS

Loading...

Updated on
Nov 12, 2025

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

Parameters

ownerAddress
string
REQUIRED
Loading...
options
object
Loading...
showFungible
boolean
Loading...
showCollectionMetadata
boolean
Loading...
sortBy
object
Loading...
sortBy
string
Loading...
sortDirection
string
Loading...
limit
integer
Loading...
cursor
string
Loading...
page
integer
Loading...
before
string
Loading...
after
string
Loading...

Returns

assetList
object
Loading...
total
integer
Loading...
limit
integer
Loading...
page
integer
Loading...
cursor
string
Loading...
items
array of objects
Loading...
asset
object
Loading...
interface
string
Loading...
id
string
Loading...
content
object
Loading...
$schema
string
Loading...
json_uri
string
Loading...
files
array of objects
Loading...
uri
string
Loading...
mime
string
Loading...
quality
object
Loading...
contexts
array of strings
Loading...
metadata
object
Loading...
name
string
Loading...
description
string
Loading...
symbol
string
Loading...
token_standard
string
Loading...
attributes
array of objects
Loading...
value
integer/string
Loading...
trait_type
string
Loading...
links
object
Loading...
external_url
string
Loading...
image
string
Loading...
authorities
array of objects
Loading...
address
string
Loading...
scopes
array of strings
Loading...
compression
object
Loading...
asset_hash
string
Loading...
compressed
boolean
Loading...
creator_hash
string
Loading...
data_hash
string
Loading...
eligible
boolean
Loading...
leaf_id
integer
Loading...
seq
integer
Loading...
tree
string
Loading...
grouping
array of objects
Loading...
group_key
string
Loading...
group_value
string
Loading...
royalty
string
Loading...
basis_points
integer
Loading...
locked
boolean
Loading...
percent
integer
Loading...
primary_sale_happened
boolean
Loading...
royalty_model
string
Loading...
target
string | null
Loading...
creators
array of objects
Loading...
address
string
Loading...
share
integer
Loading...
verified
boolean
Loading...
ownership
object
Loading...
delegate
string
Loading...
delegated
boolean
Loading...
frozen
boolean
Loading...
owner
string
Loading...
ownership_model
string
Loading...
uses
object
Loading...
remaining
integer
Loading...
total
integer
Loading...
use_method
string
Loading...
supply
object
Loading...
edition_nonce
integer
Loading...
print_current_supply
integer
Loading...
print_max_supply
integer
Loading...
mutable
boolean
Loading...
burnt
boolean
Loading...
mint_extensions
object
Loading...
Request
1
curl https://docs-demo.solana-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"jsonrpc": "2.0","id": 1,"method": "getAssetsByOwner","params": {"ownerAddress": "E645TckHQnDcavVv92Etc6xSWQaq8zzPtPRGBheviRAk", "limit": 10}}'
Response
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"total": 10,
5
"limit": 10,
6
"cursor": "FdBJ6o7e43WVyR3Ao6RYkZe3TZEteWuEnWvVpktVUXDb",
7
"items": [
8
{
9
"interface": "V1_NFT",
10
"id": "J4hpJCGR65t2btonuxxcVDmZSgY6gVDnBjzUZvyQ9MKr",
11
"content": {
12
"$schema": "https://schema.metaplex.com/nft1.0.json",
13
"json_uri": "https://arweave.net/nbCWy-OEu7MG5ORuJMurP5A-65qO811R-vL_8l_JHQM",
14
"files": [],
15
"metadata": {
16
"name": "Fantastic crate #564",
17
"symbol": "",
18
"token_standard": "NonFungible"
19
},
20
"links": {}
21
},
22
"authorities": [
23
{
24
"address": "8VTrGaUeSdzJ3eGGYbsLhQ2c72kYMwhuin8xwCFoVcLd",
25
"scopes": [
26
"full"
27
]
28
}
29
],
30
"compression": {
31
"eligible": false,
32
"compressed": true,
33
"data_hash": "G3b5UfBnaatZgYYU7RNns7tHz81AAjLZyTz3xcmoxMzs",
34
"creator_hash": "9a2g5YsJjD4ozhK48oRmZBLVbyMbDuwjEgh8d47XVqw8",
35
"asset_hash": "DJt5cMh3fVLC1fPnztQjrKNAq1MS1rkrQWV2vAN8XYBz",
36
"tree": "TupFw35SwgdCby6mNKoAvFuRTY4Z1HagimDj5bbyDcJ",
37
"seq": 853307,
38
"leaf_id": 852661
39
},
40
"grouping": [
41
{
42
"group_key": "collection",
43
"group_value": "coqbMSZS81YYwmuGTQdBCDxBoZVEaMwGArvycWNuF4D"
44
}
45
],
46
"royalty": {
47
"royalty_model": "creators",
48
"target": null,
49
"percent": 0.05,
50
"basis_points": 500,
51
"primary_sale_happened": false,
52
"locked": false
53
},
54
"creators": [
55
{
56
"address": "PPpMGHom4FvQP2X3JRJg4Qowt9R19jx7DkHeNFUtf6t",
57
"share": 100,
58
"verified": false
59
}
60
],
61
"ownership": {
62
"frozen": false,
63
"delegated": true,
64
"delegate": "PPpMGHom4FvQP2X3JRJg4Qowt9R19jx7DkHeNFUtf6t",
65
"ownership_model": "single",
66
"owner": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe"
67
},
68
"supply": {
69
"print_max_supply": 0,
70
"print_current_supply": 0,
71
"edition_nonce": null
72
},
73
"mutable": true,
74
"burnt": false
75
},
76
{
77
"interface": "V1_NFT",
78
"id": "HgR11LVoARh1Nc4iwGfZ1H7C5Pp62prr67FRcM9FMSjy",
79
"content": {
80
"$schema": "https://schema.metaplex.com/nft1.0.json",
81
"json_uri": "https://ipfs.io/ipfs/QmRGvvBG7tPL7ZXBo9Sb6kaYrnM5hUQJNcFK89rV3Mtenw",
82
"files": [],
83
"metadata": {
84
"name": "BOX#{numbers}",
85
"symbol": "",
86
"token_standard": "NonFungible"
87
},
88
"links": {}
89
},
90
"authorities": [
91
{
92
"address": "HdXiooQsoM38kxB1CJQBR4A8eUwEUyXTCX4JkJuh77Wh",
93
"scopes": [
94
"full"
95
]
96
}
97
],
98
"compression": {
99
"eligible": false,
100
"compressed": true,
101
"data_hash": "9rbkrQNuBtDtKsYNavpCdNjMX3C31jMJPbpVin47NBTL",
102
"creator_hash": "CsG7fMnujTJNqy6WU7b6QqYjXxaAu4kGtTYLprQYxHir",
103
"asset_hash": "J8oYuixqTHCbWq85G7K4tqCWw2HogyvKJq4mfH3SG187",
104
"tree": "FVcEL4B513n7yVnLZcRitY1CafGx9J3NNvnqA3QieWx5",
105
"seq": 185300,
106
"leaf_id": 185289
107
},
108
"grouping": [
109
{
110
"group_key": "collection",
111
"group_value": "7JpFA6nfbUi5AaGvXxtYLwb1PNuw3cFeEqwbT4BTCEMC"
112
}
113
],
114
"royalty": {
115
"royalty_model": "creators",
116
"target": null,
117
"percent": 0.055,
118
"basis_points": 550,
119
"primary_sale_happened": false,
120
"locked": false
121
},
122
"creators": [
123
{
124
"address": "ErpMXKkPGRJUURpvgwMWAhTV9nBuBN9bnfNw2ECaRcKd",
125
"share": 100,
126
"verified": false
127
}
128
],
129
"ownership": {
130
"frozen": false,
131
"delegated": false,
132
"delegate": null,
133
"ownership_model": "single",
134
"owner": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe"
135
},
136
"supply": {
137
"print_max_supply": 0,
138
"print_current_supply": 0,
139
"edition_nonce": null
140
},
141
"mutable": true,
142
"burnt": false
143
},
144
{
145
"interface": "V1_NFT",
146
"id": "HVtyxvFN2ysNCzeufRy71MYJ85TCkEWLBR7rgev1PHTJ",
147
"content": {
148
"$schema": "https://schema.metaplex.com/nft1.0.json",
149
"json_uri": "https://nftstorage.link/ipfs/bafkreibexsccso5u6ktnwpzoj3koq5lswclivgu6qurnzymwg2uw3lfbpy",
150
"files": [],
151
"metadata": {
152
"name": "MFI.EXPERT PASS",
153
"symbol": "",
154
"token_standard": "NonFungible"
155
},
156
"links": {}
157
},
158
"authorities": [
159
{
160
"address": "2jsELa7xxBHXHu8LXup22JLNbxfgMDD2XctnsTaiSioF",
161
"scopes": [
162
"full"
163
]
164
}
165
],
166
"compression": {
167
"eligible": false,
168
"compressed": true,
169
"data_hash": "CuMYiK89SCgArm9hVY2J2JZwi1CkGgC54XZrz1fSh6cW",
170
"creator_hash": "6SbfYyPsNhSwY1w4pDYwEf8hpESqjyKkDwDkWQMy8xFP",
171
"asset_hash": "DMDxJ37RZrBenkcfLSh6sTYenivo4Udn7mRpA4WUu8sb",
172
"tree": "BMKVQA3WKmsT1r2tDaNLQgfGzhK6yneyWvwJsq3d36zx",
173
"seq": 1606942,
174
"leaf_id": 1606572
175
},
176
"grouping": [
177
{
178
"group_key": "collection",
179
"group_value": "GXxYGWUAejtnmy7o7ipUrdSgWP4MzRxpDoQUtMjfUvuw"
180
}
181
],
182
"royalty": {
183
"royalty_model": "creators",
184
"target": null,
185
"percent": 0.05,
186
"basis_points": 500,
187
"primary_sale_happened": false,
188
"locked": false
189
},
190
"creators": [
191
{
192
"address": "3T1fQuahAAwNGLoVdbLLviJyMVetsLt1KqShWSnFEtS4",
193
"share": 100,
194
"verified": false
195
}
196
],
197
"ownership": {
198
"frozen": false,
199
"delegated": false,
200
"delegate": null,
201
"ownership_model": "single",
202
"owner": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe"
203
},
204
"supply": {
205
"print_max_supply": 0,
206
"print_current_supply": 0,
207
"edition_nonce": null
208
},
209
"mutable": true,
210
"burnt": false
211
},
212
{
213
"interface": "V1_NFT",
214
"id": "Gf8T2QuJMCPUbQHFnEMZH49U9jUVLqXSbySvoUh5ALXc",
215
"content": {
216
"$schema": "https://schema.metaplex.com/nft1.0.json",
217
"json_uri": "https://lychee.pics/jup.json",
218
"files": [],
219
"metadata": {
220
"name": "JUP.RED PASS",
221
"symbol": "",
222
"token_standard": "NonFungible"
223
},
224
"links": {}
225
},
226
"authorities": [
227
{
228
"address": "Aa8Wu3C7322Dyux9sSt33GZJoun7MsdCLzdMgjrBk5xT",
229
"scopes": [
230
"full"
231
]
232
}
233
],
234
"compression": {
235
"eligible": false,
236
"compressed": true,
237
"data_hash": "AD1De4dDbH9E1NZqVsEXkXznbEx2PfCYu6WL5yKCKqKW",
238
"creator_hash": "6SbfYyPsNhSwY1w4pDYwEf8hpESqjyKkDwDkWQMy8xFP",
239
"asset_hash": "68WRRMeYbcUi43a2xt79oT7SvCPrHgqddVDnjJoeqEDo",
240
"tree": "Hp9fsocHJUx61942Q4y5YeMBuYzpRFTMaX7WifqnEV8a",
241
"seq": 2676531,
242
"leaf_id": 2675336
243
},
244
"grouping": [
245
{
246
"group_key": "collection",
247
"group_value": "6FN4AseBtaSseXKNHfuQgVpGevcK6qvcX4Vg3CU2USym"
248
}
249
],
250
"royalty": {
251
"royalty_model": "creators",
252
"target": null,
253
"percent": 0.05,
254
"basis_points": 500,
255
"primary_sale_happened": false,
256
"locked": false
257
},
258
"creators": [
259
{
260
"address": "3T1fQuahAAwNGLoVdbLLviJyMVetsLt1KqShWSnFEtS4",
261
"share": 100,
262
"verified": false
263
}
264
],
265
"ownership": {
266
"frozen": false,
267
"delegated": false,
268
"delegate": null,
269
"ownership_model": "single",
270
"owner": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe"
271
},
272
"supply": {
273
"print_max_supply": 0,
274
"print_current_supply": 0,
275
"edition_nonce": null
276
},
277
"mutable": true,
278
"burnt": false
279
},
280
{
281
"interface": "V1_NFT",
282
"id": "GeqRgYii5PGeW4VAAJ9dNVWr1taz1m33k7EhXZcpwTpr",
283
"content": {
284
"$schema": "https://schema.metaplex.com/nft1.0.json",
285
"json_uri": "https://nftstorage.link/ipfs/bafkreihqlexaxqldwhal2vqwf3dohnmiqehpgv5d4tokv7m26d2mmsbkda",
286
"files": [
287
{
288
"uri": "https://nftstorage.link/ipfs/bafybeieykfh3ephftxbrcj5bxya3e4r5gy2d35xdugqfkle57td6nhmfaa",
289
"mime": "image/gif"
290
}
291
],
292
"metadata": {
293
"attributes": [
294
{
295
"value": "6283.39 Tokens ($1863.73)",
296
"trait_type": "Amount"
297
},
298
{
299
"value": "4 hours",
300
"trait_type": "TIME LEFT"
301
},
302
{
303
"value": "rayds.pro",
304
"trait_type": "LINK"
305
}
306
],
307
"description": "",
308
"name": "Drop Pass",
309
"symbol": "RPA",
310
"token_standard": "NonFungible"
311
},
312
"links": {
313
"image": "https://nftstorage.link/ipfs/bafybeieykfh3ephftxbrcj5bxya3e4r5gy2d35xdugqfkle57td6nhmfaa",
314
"external_url": "https://rayds.pro"
315
}
316
},
317
"authorities": [
318
{
319
"address": "Gcu6Bb8HxdeDEU9Lz6qdYdzxLYQApdBMUZv97sBeC9jw",
320
"scopes": [
321
"full"
322
]
323
}
324
],
325
"compression": {
326
"eligible": false,
327
"compressed": true,
328
"data_hash": "8rSWyP5CLpoQyvVVLZz7BTdB7z4xGML5s8d22eCRHAa3",
329
"creator_hash": "EKDHSGbrGztomDfuiV4iqiZ6LschDJPsFiXjZ83f92Md",
330
"asset_hash": "2Tsg86fHMbGXCxznfmZn4DEDViWbqt5GyqWRjLjYwtda",
331
"tree": "Cf9Cqg3bvWiQV1euponc23F5su6pTD2yXA2zT5nqGfdw",
332
"seq": 1634378,
333
"leaf_id": 1634317
334
},
335
"grouping": [
336
{
337
"group_key": "collection",
338
"group_value": "Em9wb7niKr9bkvDeYnzA57XPU11KDTBSKBnY7J4SHPFL"
339
}
340
],
341
"royalty": {
342
"royalty_model": "creators",
343
"target": null,
344
"percent": 0,
345
"basis_points": 0,
346
"primary_sale_happened": true,
347
"locked": false
348
},
349
"creators": [],
350
"ownership": {
351
"frozen": false,
352
"delegated": true,
353
"delegate": "DbF7cjsq6aBifX9ogr2JMAqfbHVhXvNJSzm7nXc3SMq1",
354
"ownership_model": "single",
355
"owner": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe"
356
},
357
"supply": {
358
"print_max_supply": 0,
359
"print_current_supply": 0,
360
"edition_nonce": 0
361
},
362
"mutable": false,
363
"burnt": false
364
},
365
{
366
"interface": "V1_NFT",
367
"id": "GYVjW2krUVXrTpeULRSc21KnXa7b7MMvbxMQGWB5rUxa",
368
"content": {
369
"$schema": "https://schema.metaplex.com/nft1.0.json",
370
"json_uri": "https://6jdxudkenywhtbaegcogfwsygwfuylm6jls345inbtobpn65pbta.arweave.net/8kd6DURuLHmEBDCcYtpYNYtMLZ5K5b51DQzcF7fdeGY",
371
"files": [],
372
"metadata": {
373
"name": "Clоud #616",
374
"symbol": "DWNO",
375
"token_standard": "NonFungible"
376
},
377
"links": {}
378
},
379
"authorities": [
380
{
381
"address": "ByYz9nzeKmdoMMhGZMw7brAxKexZt14XRYQZRYyeCSYp",
382
"scopes": [
383
"full"
384
]
385
}
386
],
387
"compression": {
388
"eligible": false,
389
"compressed": true,
390
"data_hash": "FZTMkC5buDHEtgAknnyaMCpdQaQjJ1HfLsQNpMngM52Z",
391
"creator_hash": "7dxuWPz2PaYhzU6gNL7R7fMPSmcwYBsGbdNrP9b2gABQ",
392
"asset_hash": "784DJ4DQ2AxggLdZqxUSkDw4iFpDmLR8S9G4kSc32YhX",
393
"tree": "EeaoG1T8TE8KsSyuBEtUnQSg8LELvepcQnPcrMY1rBcA",
394
"seq": 2280,
395
"leaf_id": 2278
396
},
397
"grouping": [],
398
"royalty": {
399
"royalty_model": "creators",
400
"target": null,
401
"percent": 0.05,
402
"basis_points": 500,
403
"primary_sale_happened": true,
404
"locked": false
405
},
406
"creators": [
407
{
408
"address": "GDMm3PDx6ZMY5gUUKuSAGeVpWw4YL22ZxRaPMDVSrNUv",
409
"share": 100,
410
"verified": false
411
}
412
],
413
"ownership": {
414
"frozen": false,
415
"delegated": true,
416
"delegate": "7igbU6EsyjtqryUispbReSnbkZVXTDskQmsFPyh38u6E",
417
"ownership_model": "single",
418
"owner": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe"
419
},
420
"supply": {
421
"print_max_supply": 0,
422
"print_current_supply": 0,
423
"edition_nonce": null
424
},
425
"mutable": true,
426
"burnt": false
427
},
428
{
429
"interface": "V1_NFT",
430
"id": "GPL8D9ya3WZ5xzWiPqJjJp2L4sEfi2dyLuP5mWCH347m",
431
"content": {
432
"$schema": "https://schema.metaplex.com/nft1.0.json",
433
"json_uri": "https://nftstorage.link/ipfs/bafkreib3ovkgmzxt5j4qatpipnws24facft23n3zxt73xt6yfpreb33vea",
434
"files": [],
435
"metadata": {
436
"name": "SAGA.PROMO AIRDROP by Saga",
437
"symbol": "SAG",
438
"token_standard": "NonFungible"
439
},
440
"links": {}
441
},
442
"authorities": [
443
{
444
"address": "EeSoZMYMiNmSiKfZnrEbLPHn3Q8nABuwsJKZuaQKJxyG",
445
"scopes": [
446
"full"
447
]
448
}
449
],
450
"compression": {
451
"eligible": false,
452
"compressed": true,
453
"data_hash": "AqnL6NTFD4GMLd8fH2ruUVkWqf7F7n9ZvW7b9wKM1hKc",
454
"creator_hash": "EKDHSGbrGztomDfuiV4iqiZ6LschDJPsFiXjZ83f92Md",
455
"asset_hash": "HLB1p5y9XnhqskHVmzPjtFKVg3kV5vw8CaQGniNT8zrE",
456
"tree": "BKEWrWqoVZUvVhwmPULTkuvRiGk75de2xmJnq5CrxC9H",
457
"seq": 173276,
458
"leaf_id": 173274
459
},
460
"grouping": [
461
{
462
"group_key": "collection",
463
"group_value": "EfuLCUpQpZHvcyNwho7wUbsbjT383GvYqahTAfJiA2Px"
464
}
465
],
466
"royalty": {
467
"royalty_model": "creators",
468
"target": null,
469
"percent": 0,
470
"basis_points": 0,
471
"primary_sale_happened": true,
472
"locked": false
473
},
474
"creators": [],
475
"ownership": {
476
"frozen": false,
477
"delegated": true,
478
"delegate": "4Ge2o6wE8eSpDup7J8PXdRRScrZHKekCHsdouyWmDf2M",
479
"ownership_model": "single",
480
"owner": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe"
481
},
482
"supply": {
483
"print_max_supply": 0,
484
"print_current_supply": 0,
485
"edition_nonce": 0
486
},
487
"mutable": false,
488
"burnt": false
489
},
490
{
491
"interface": "V1_NFT",
492
"id": "GJhnnadmjYt8nGtoZEHXDQi6dfWWhq2a1oaa57x9Kkr7",
493
"content": {
494
"$schema": "https://schema.metaplex.com/nft1.0.json",
495
"json_uri": "https://arweave.net/zG1kUeDQ6FJHW6RvrH9G_fZHuR00IeDKOYwuzySW4yA",
496
"files": [],
497
"metadata": {
498
"name": "Rare NFT Voucher",
499
"symbol": "",
500
"token_standard": "NonFungible"
501
},
502
"links": {}
503
},
504
"authorities": [
505
{
506
"address": "EtfUwP9BomKuypksSsq9cJwYttqpDCMYqNTAkbxUC3Yh",
507
"scopes": [
508
"full"
509
]
510
}
511
],
512
"compression": {
513
"eligible": false,
514
"compressed": true,
515
"data_hash": "xikhmNmfswngRf1mAMHaRoyNJNtPnVHW4uaqsMKQhJh",
516
"creator_hash": "2JcfGMVfWoS3GKwqRv5M6nWC9sJgLj3s7v2Z1WBpPawN",
517
"asset_hash": "3C3KBsVFYzdnUSNUCD5RC3fU91PkHqa8P3fpmCtf9D7V",
518
"tree": "trEmEqQs35Zx71irFecwxs1GiMr128DpUDGJr1DFDwd",
519
"seq": 44264,
520
"leaf_id": 44121
521
},
522
"grouping": [
523
{
524
"group_key": "collection",
525
"group_value": "coLEkDpi6QmWaXdZEeddVq7ieZNSjRpde3NcrjEH3af"
526
}
527
],
528
"royalty": {
529
"royalty_model": "creators",
530
"target": null,
531
"percent": 0.045000000000000005,
532
"basis_points": 450,
533
"primary_sale_happened": false,
534
"locked": false
535
},
536
"creators": [
537
{
538
"address": "PykxPoJH6HuuASVwDi4aWLPiUCiS2zMRswph3YH5yzS",
539
"share": 100,
540
"verified": false
541
}
542
],
543
"ownership": {
544
"frozen": false,
545
"delegated": true,
546
"delegate": "PykxPoJH6HuuASVwDi4aWLPiUCiS2zMRswph3YH5yzS",
547
"ownership_model": "single",
548
"owner": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe"
549
},
550
"supply": {
551
"print_max_supply": 0,
552
"print_current_supply": 0,
553
"edition_nonce": null
554
},
555
"mutable": true,
556
"burnt": false
557
},
558
{
559
"interface": "V1_NFT",
560
"id": "FnMAwitf1k2Yhecv9pJVrmKcgLfjKZdH9anypkYemoCm",
561
"content": {
562
"$schema": "https://schema.metaplex.com/nft1.0.json",
563
"json_uri": "https://www.hi-hi.vip/json/5000wif.json",
564
"files": [],
565
"metadata": {
566
"name": "Claim your 5000WIF",
567
"symbol": "5000WIF",
568
"token_standard": "NonFungible"
569
},
570
"links": {}
571
},
572
"authorities": [
573
{
574
"address": "F3LtNf1cvQs8SiiDkr9mxM8de6o8ZRrTc4ceTYm6A1yA",
575
"scopes": [
576
"full"
577
]
578
}
579
],
580
"compression": {
581
"eligible": false,
582
"compressed": true,
583
"data_hash": "J8a3wf2EdEb9S2sQc4kxANVM5pgEKCyUpBhf3uNG8vkv",
584
"creator_hash": "76BsBJwwyvQid18XQ8y32h4pTF1uAnBg54fJUXRvwiWH",
585
"asset_hash": "7qVK3YWoxdFHVSx1zqvVJnUURcwYKJgiF9jd2Mzh8P3Y",
586
"tree": "Agy1bcTc6fKLgyk4z6qhLGsh4zJyp1ShPoDontb4fzN5",
587
"seq": 207104,
588
"leaf_id": 206809
589
},
590
"grouping": [
591
{
592
"group_key": "collection",
593
"group_value": "5P2VyroQ6ikLxPM4iC19joCG4MSz17dRW2BekcYtNZT"
594
}
595
],
596
"royalty": {
597
"royalty_model": "creators",
598
"target": null,
599
"percent": 0,
600
"basis_points": 0,
601
"primary_sale_happened": false,
602
"locked": false
603
},
604
"creators": [
605
{
606
"address": "8Vf4sWLJC2pb9DLKQJi8VkGoZ7WRiEuR7XJpvhjtbawQ",
607
"share": 100,
608
"verified": true
609
}
610
],
611
"ownership": {
612
"frozen": false,
613
"delegated": true,
614
"delegate": "8Vf4sWLJC2pb9DLKQJi8VkGoZ7WRiEuR7XJpvhjtbawQ",
615
"ownership_model": "single",
616
"owner": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe"
617
},
618
"supply": {
619
"print_max_supply": 0,
620
"print_current_supply": 0,
621
"edition_nonce": 0
622
},
623
"mutable": true,
624
"burnt": false
625
},
626
{
627
"interface": "V1_NFT",
628
"id": "FdBJ6o7e43WVyR3Ao6RYkZe3TZEteWuEnWvVpktVUXDb",
629
"content": {
630
"$schema": "https://schema.metaplex.com/nft1.0.json",
631
"json_uri": "https://arweave.net/aPP55iBFh34dVCiRgrK_C9jKTpFXWR4j2whmQ2UW2uw",
632
"files": [
633
{
634
"uri": "https://arweave.net/pk7lSYmI9lO029QZN0DUc2zXHj1CQWs0eM7DN5fZP1U?ext=jpg",
635
"mime": "image/jpg"
636
}
637
],
638
"metadata": {
639
"attributes": [
640
{
641
"value": "Green",
642
"trait_type": "Skin-color"
643
},
644
{
645
"value": "Beenie",
646
"trait_type": "Accessories"
647
},
648
{
649
"value": "Nose ring",
650
"trait_type": "faces"
651
},
652
{
653
"value": "Sinner Blurred",
654
"trait_type": "Background"
655
}
656
],
657
"description": "Magic Spell NFT Mint Pass is a Small Key Collection of 1500 - Only* This Mint Pass will allow the Holder To mint GEN1 Magic Spell NFT and Magic Spell GEN2 NFT for free. Magic Spell comes with a long term vision to grow our utility into a lifestyle. We are community driven with experience offering utility & value over Art. Go to www.MagicEdenNfts.com to claim your NFT with this TOKEN.",
658
"name": "MagicSpell",
659
"symbol": "Magic",
660
"token_standard": "NonFungible"
661
},
662
"links": {
663
"image": "https://arweave.net/pk7lSYmI9lO029QZN0DUc2zXHj1CQWs0eM7DN5fZP1U?ext=jpg"
664
}
665
},
666
"authorities": [
667
{
668
"address": "CGmchLtt9As2qsE6k6P7PBtVk6sChDvaJ5jMtHuz25Jf",
669
"scopes": [
670
"full"
671
]
672
}
673
],
674
"compression": {
675
"eligible": false,
676
"compressed": false,
677
"data_hash": "",
678
"creator_hash": "",
679
"asset_hash": "",
680
"tree": "",
681
"seq": 0,
682
"leaf_id": 0
683
},
684
"grouping": [
685
{
686
"group_key": "collection",
687
"group_value": "5NX98KbEDaJU6mBty9cSBc3enXDnsLAfXBiXcZi4aN7U"
688
}
689
],
690
"royalty": {
691
"royalty_model": "creators",
692
"target": null,
693
"percent": 0.025,
694
"basis_points": 250,
695
"primary_sale_happened": true,
696
"locked": false
697
},
698
"creators": [
699
{
700
"address": "4HjN55rayU16GnD2xDbF3f7ZQeuhBF2UMwxEnc5uautv",
701
"share": 0,
702
"verified": true
703
},
704
{
705
"address": "CGmchLtt9As2qsE6k6P7PBtVk6sChDvaJ5jMtHuz25Jf",
706
"share": 100,
707
"verified": false
708
}
709
],
710
"ownership": {
711
"frozen": false,
712
"delegated": false,
713
"delegate": null,
714
"ownership_model": "single",
715
"owner": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe"
716
},
717
"supply": {
718
"print_max_supply": 0,
719
"print_current_supply": 0,
720
"edition_nonce": 255
721
},
722
"mutable": true,
723
"burnt": false
724
}
725
]
726
},
727
"id": 1
728
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free