Skip to main content

searchAssets RPC Method - Metaplex DAS

Loading...

Updated on
Nov 12, 2025

searchAssets 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

negate
boolean
Loading...
conditionType
string
Loading...
interface
string
Loading...
ownerAddress
string
Loading...
ownerType
string
Loading...
creatorAddress
string
Loading...
creatorVerified
boolean
Loading...
authorityAddress
string
Loading...
grouping
array of arrays
Loading...
delegateAddress
string
Loading...
frozen
boolean
Loading...
supply
integer
Loading...
supplyMint
string
Loading...
compressed
boolean
Loading...
compressible
boolean
Loading...
royaltyTargetType
string
Loading...
royaltyTarget
string
Loading...
royaltyAmount
integer
Loading...
burnt
boolean
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...
jsonUri
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
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": "searchAssets","params": {"creatorAddress": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA", "limit": 10}}'
5
Response
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"total": 10,
5
"limit": 10,
6
"cursor": "JDfuX7zZvZmRGT1JtR7ugbLqqfvsuNXAanNG3RcteDR7",
7
"items": [
8
{
9
"interface": "Custom",
10
"id": "JEH7cJxAKdprFG5AvdsY2c4ZqojxLBjFmw19zADV6oK5",
11
"content": {
12
"$schema": "https://schema.metaplex.com/nft1.0.json",
13
"json_uri": "https://famousfoxes.com/metadata/7045.json",
14
"files": [
15
{
16
"uri": "https://famousfoxes.com/hd/7045.png",
17
"mime": "image/png"
18
}
19
],
20
"metadata": {
21
"attributes": [
22
{
23
"value": "Amaranth",
24
"trait_type": "Background"
25
},
26
{
27
"value": "Hoodie Green",
28
"trait_type": "Outfit"
29
},
30
{
31
"value": "Natural",
32
"trait_type": "Skin"
33
},
34
{
35
"value": "Smile",
36
"trait_type": "Mouth"
37
},
38
{
39
"value": "None",
40
"trait_type": "Head"
41
},
42
{
43
"value": "Blank",
44
"trait_type": "Eyes"
45
}
46
],
47
"description": "The Famous Fox Federation, an independent organization of the most fabulously famous foxes on the Blockchain.",
48
"name": "Fox #7045",
49
"symbol": "FFF"
50
},
51
"links": {
52
"image": "https://famousfoxes.com/hd/7045.png",
53
"external_url": "https://famousfoxes.com"
54
}
55
},
56
"authorities": [
57
{
58
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
59
"scopes": [
60
"full"
61
]
62
}
63
],
64
"compression": {
65
"eligible": false,
66
"compressed": false,
67
"data_hash": "",
68
"creator_hash": "",
69
"asset_hash": "",
70
"tree": "",
71
"seq": 0,
72
"leaf_id": 0
73
},
74
"grouping": [
75
{
76
"group_key": "collection",
77
"group_value": "BUjZjAS2vbbb65g7Z1Ca9ZRVYoJscURG5L3AkVvHP9ac"
78
}
79
],
80
"royalty": {
81
"royalty_model": "creators",
82
"target": null,
83
"percent": 0.042,
84
"basis_points": 420,
85
"primary_sale_happened": true,
86
"locked": false
87
},
88
"creators": [
89
{
90
"address": "D3XrkNZz6wx6cofot7Zohsf2KSsu2ArngNk8VqU9cTY3",
91
"share": 0,
92
"verified": true
93
},
94
{
95
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
96
"share": 100,
97
"verified": true
98
}
99
],
100
"ownership": {
101
"frozen": true,
102
"delegated": true,
103
"delegate": "EyiXmcBXxDV2syys241KeuaQcZkv5ge18r1dBEMNS4Rr",
104
"ownership_model": "single",
105
"owner": "3ZxvgtSZXeDTfZNBq6Awi7xsCLXcP95ZSDHt51SKgypX"
106
},
107
"supply": {
108
"print_max_supply": 0,
109
"print_current_supply": 0,
110
"edition_nonce": 255
111
},
112
"mutable": true,
113
"burnt": false
114
},
115
{
116
"interface": "Custom",
117
"id": "JEEqUNmR1EDmDrwZUL3L49cciBQUP264BrNAkyGS3Zoc",
118
"content": {
119
"$schema": "https://schema.metaplex.com/nft1.0.json",
120
"json_uri": "https://famousfoxes.com/metadata/5978.json",
121
"files": [
122
{
123
"uri": "https://famousfoxes.com/hd/5978.png",
124
"mime": "image/png"
125
}
126
],
127
"metadata": {
128
"attributes": [
129
{
130
"value": "Orange",
131
"trait_type": "Background"
132
},
133
{
134
"value": "Sweater Light",
135
"trait_type": "Outfit"
136
},
137
{
138
"value": "Natural",
139
"trait_type": "Skin"
140
},
141
{
142
"value": "Smirk",
143
"trait_type": "Mouth"
144
},
145
{
146
"value": "Sportsband",
147
"trait_type": "Head"
148
},
149
{
150
"value": "Mutated",
151
"trait_type": "Eyes"
152
}
153
],
154
"description": "The Famous Fox Federation, an independent organization of the most fabulously famous foxes on the Blockchain.",
155
"name": "Fox #5978",
156
"symbol": "FFF"
157
},
158
"links": {
159
"image": "https://famousfoxes.com/hd/5978.png",
160
"external_url": "https://famousfoxes.com"
161
}
162
},
163
"authorities": [
164
{
165
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
166
"scopes": [
167
"full"
168
]
169
}
170
],
171
"compression": {
172
"eligible": false,
173
"compressed": false,
174
"data_hash": "",
175
"creator_hash": "",
176
"asset_hash": "",
177
"tree": "",
178
"seq": 0,
179
"leaf_id": 0
180
},
181
"grouping": [
182
{
183
"group_key": "collection",
184
"group_value": "BUjZjAS2vbbb65g7Z1Ca9ZRVYoJscURG5L3AkVvHP9ac"
185
}
186
],
187
"royalty": {
188
"royalty_model": "creators",
189
"target": null,
190
"percent": 0.042,
191
"basis_points": 420,
192
"primary_sale_happened": true,
193
"locked": false
194
},
195
"creators": [
196
{
197
"address": "D3XrkNZz6wx6cofot7Zohsf2KSsu2ArngNk8VqU9cTY3",
198
"share": 0,
199
"verified": true
200
},
201
{
202
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
203
"share": 100,
204
"verified": true
205
}
206
],
207
"ownership": {
208
"frozen": true,
209
"delegated": true,
210
"delegate": "55tUYy42sdbzodsC7bicHhePSkgVQwgDerksxtHg19Xk",
211
"ownership_model": "single",
212
"owner": "GbmFH5bg2oGBV6n6xKVAkj3d6xC4W8Kfm7TK876GFVHY"
213
},
214
"supply": {
215
"print_max_supply": 0,
216
"print_current_supply": 0,
217
"edition_nonce": 254
218
},
219
"mutable": true,
220
"burnt": false
221
},
222
{
223
"interface": "Custom",
224
"id": "JECsxP3MYFV1NEHXtb4MVogQBMQqf17vcVrSyxdo6v7Q",
225
"content": {
226
"$schema": "https://schema.metaplex.com/nft1.0.json",
227
"json_uri": "https://famousfoxes.com/metadata/3297.json",
228
"files": [
229
{
230
"uri": "https://famousfoxes.com/hd/3297.png",
231
"mime": "image/png"
232
}
233
],
234
"metadata": {
235
"attributes": [
236
{
237
"value": "Rose",
238
"trait_type": "Background"
239
},
240
{
241
"value": "COPE",
242
"trait_type": "Outfit"
243
},
244
{
245
"value": "Natural",
246
"trait_type": "Skin"
247
},
248
{
249
"value": "Stache",
250
"trait_type": "Mouth"
251
},
252
{
253
"value": "None",
254
"trait_type": "Head"
255
},
256
{
257
"value": "Solana",
258
"trait_type": "Eyes"
259
},
260
{
261
"value": 2,
262
"trait_type": "Outfit Tier"
263
},
264
{
265
"value": 2,
266
"trait_type": "Head Tier"
267
},
268
{
269
"value": false,
270
"trait_type": "Tail"
271
},
272
{
273
"value": "Mjolnir",
274
"trait_type": "Secondary Background"
275
}
276
],
277
"description": "The Famous Fox Federation, an independent organization of the most fabulously famous foxes on the Blockchain.",
278
"name": "Fox #3297",
279
"symbol": "FFF"
280
},
281
"links": {
282
"external_url": "https://famousfoxes.com",
283
"image": "https://famousfoxes.com/hd/3297.png"
284
}
285
},
286
"authorities": [
287
{
288
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
289
"scopes": [
290
"full"
291
]
292
}
293
],
294
"compression": {
295
"eligible": false,
296
"compressed": false,
297
"data_hash": "",
298
"creator_hash": "",
299
"asset_hash": "",
300
"tree": "",
301
"seq": 0,
302
"leaf_id": 0
303
},
304
"grouping": [
305
{
306
"group_key": "collection",
307
"group_value": "BUjZjAS2vbbb65g7Z1Ca9ZRVYoJscURG5L3AkVvHP9ac"
308
}
309
],
310
"royalty": {
311
"royalty_model": "creators",
312
"target": null,
313
"percent": 0.042,
314
"basis_points": 420,
315
"primary_sale_happened": true,
316
"locked": false
317
},
318
"creators": [
319
{
320
"address": "D3XrkNZz6wx6cofot7Zohsf2KSsu2ArngNk8VqU9cTY3",
321
"share": 0,
322
"verified": true
323
},
324
{
325
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
326
"share": 100,
327
"verified": true
328
}
329
],
330
"ownership": {
331
"frozen": true,
332
"delegated": true,
333
"delegate": "Ef8bBufqpcovuCKJnxCSfeavXWUja5Lw3d8BA53nvRsj",
334
"ownership_model": "single",
335
"owner": "BQBPmgUGinwF6ozaxGYnmKNqmYnMRCp13C1G5DSM3Csr"
336
},
337
"supply": {
338
"print_max_supply": 0,
339
"print_current_supply": 0,
340
"edition_nonce": 255
341
},
342
"mutable": true,
343
"burnt": false
344
},
345
{
346
"interface": "V1_NFT",
347
"id": "JEBnFYrsKj6J6o7G63nCG69a5nVHCQ6AiXsntM8Er1rU",
348
"content": {
349
"$schema": "https://schema.metaplex.com/nft1.0.json",
350
"json_uri": "https://nfts.dialect.to/famous-fox-federation/laugh-cry-metadata.json",
351
"files": [],
352
"metadata": {
353
"name": "Laugh Cry",
354
"symbol": "FFFSTK",
355
"token_standard": "NonFungible"
356
},
357
"links": {}
358
},
359
"authorities": [
360
{
361
"address": "89iERt8AMA3GHmZJEtJdiJSdAFTEYWoHQF9q3MfQcrvE",
362
"scopes": [
363
"full"
364
]
365
}
366
],
367
"compression": {
368
"eligible": false,
369
"compressed": true,
370
"data_hash": "DSGctxtHAt49LUaNfUxpFgTRukaMbmBH2buTAz6fCvRb",
371
"creator_hash": "3a6XZpo5fdf8k1f1EQJeFv7FdHjwrZzbU7HmAsckks3k",
372
"asset_hash": "6edMAR2uRZbJFqy4WnyEH4QrSLGUV4dU7NDoETKUcPDX",
373
"tree": "967PLmeG6ZGxQEEpyBBQy1JbiazyDvuTSgUig6jYyjdw",
374
"seq": 2557,
375
"leaf_id": 2091
376
},
377
"grouping": [
378
{
379
"group_key": "collection",
380
"group_value": "7oeFuWP4ArhSFFYguvnvZFUMz7g3ySruDD2N3YavcQhb"
381
}
382
],
383
"royalty": {
384
"royalty_model": "creators",
385
"target": null,
386
"percent": 0.025,
387
"basis_points": 250,
388
"primary_sale_happened": true,
389
"locked": false
390
},
391
"creators": [
392
{
393
"address": "EevH3LPRexR2431NSF6bCpBbPdQ2ViHbM1p84zujiEUs",
394
"share": 0,
395
"verified": true
396
},
397
{
398
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
399
"share": 100,
400
"verified": false
401
}
402
],
403
"ownership": {
404
"frozen": false,
405
"delegated": false,
406
"delegate": null,
407
"ownership_model": "single",
408
"owner": "5eV3fE9ZYNPaYubRHonMr52xUHLE9sFvaXaR9FoS8xcc"
409
},
410
"supply": {
411
"print_max_supply": 0,
412
"print_current_supply": 0,
413
"edition_nonce": 0
414
},
415
"mutable": true,
416
"burnt": false
417
},
418
{
419
"interface": "Custom",
420
"id": "JDx35oH4ZuTqEL8kJ2VhQtGTq4XpfjyA8PXzgfe8wjPj",
421
"content": {
422
"$schema": "https://schema.metaplex.com/nft1.0.json",
423
"json_uri": "https://famousfoxes.com/metadata/1890.json",
424
"files": [
425
{
426
"uri": "https://famousfoxes.com/hd/1890.png",
427
"mime": "image/png"
428
}
429
],
430
"metadata": {
431
"attributes": [
432
{
433
"value": "Sky",
434
"trait_type": "Background"
435
},
436
{
437
"value": "Astronaut Light",
438
"trait_type": "Outfit"
439
},
440
{
441
"value": "Natural",
442
"trait_type": "Skin"
443
},
444
{
445
"value": "Smirk",
446
"trait_type": "Mouth"
447
},
448
{
449
"value": "Backwards Cap Dark",
450
"trait_type": "Head"
451
},
452
{
453
"value": "Raised",
454
"trait_type": "Eyes"
455
},
456
{
457
"value": 2,
458
"trait_type": "Outfit Tier"
459
},
460
{
461
"value": 2,
462
"trait_type": "Head Tier"
463
}
464
],
465
"description": "The Famous Fox Federation, an independent organization of the most fabulously famous foxes on the Blockchain.",
466
"name": "Fox #1890",
467
"symbol": "FFF"
468
},
469
"links": {
470
"image": "https://famousfoxes.com/hd/1890.png",
471
"external_url": "https://famousfoxes.com"
472
}
473
},
474
"authorities": [
475
{
476
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
477
"scopes": [
478
"full"
479
]
480
}
481
],
482
"compression": {
483
"eligible": false,
484
"compressed": false,
485
"data_hash": "",
486
"creator_hash": "",
487
"asset_hash": "",
488
"tree": "",
489
"seq": 0,
490
"leaf_id": 0
491
},
492
"grouping": [
493
{
494
"group_key": "collection",
495
"group_value": "BUjZjAS2vbbb65g7Z1Ca9ZRVYoJscURG5L3AkVvHP9ac"
496
}
497
],
498
"royalty": {
499
"royalty_model": "creators",
500
"target": null,
501
"percent": 0.042,
502
"basis_points": 420,
503
"primary_sale_happened": true,
504
"locked": false
505
},
506
"creators": [
507
{
508
"address": "D3XrkNZz6wx6cofot7Zohsf2KSsu2ArngNk8VqU9cTY3",
509
"share": 0,
510
"verified": true
511
},
512
{
513
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
514
"share": 100,
515
"verified": true
516
}
517
],
518
"ownership": {
519
"frozen": false,
520
"delegated": false,
521
"delegate": null,
522
"ownership_model": "single",
523
"owner": "UT3aPa45jNqBmcXxE6DS6DvkYsqLLF1bEMhc5QENPfx"
524
},
525
"supply": {
526
"print_max_supply": 0,
527
"print_current_supply": 0,
528
"edition_nonce": 255
529
},
530
"mutable": true,
531
"burnt": false
532
},
533
{
534
"interface": "Custom",
535
"id": "JDtgWAsaLeGjYN2ro6fRGXStpDsqCvURuzhbG72cCNFJ",
536
"content": {
537
"$schema": "https://schema.metaplex.com/nft1.0.json",
538
"json_uri": "https://famousfoxes.com/metadata/1663.json",
539
"files": [
540
{
541
"uri": "https://famousfoxes.com/hd/1663.png",
542
"mime": "image/png"
543
}
544
],
545
"metadata": {
546
"attributes": [
547
{
548
"value": "Sand",
549
"trait_type": "Background"
550
},
551
{
552
"value": "T-Shirt White",
553
"trait_type": "Outfit"
554
},
555
{
556
"value": "Natural",
557
"trait_type": "Skin"
558
},
559
{
560
"value": "Smirk",
561
"trait_type": "Mouth"
562
},
563
{
564
"value": "Backwards Cap Blue",
565
"trait_type": "Head"
566
},
567
{
568
"value": "Thug",
569
"trait_type": "Eyes"
570
}
571
],
572
"description": "The Famous Fox Federation, an independent organization of the most fabulously famous foxes on the Blockchain.",
573
"name": "Fox #1663",
574
"symbol": "FFF"
575
},
576
"links": {
577
"external_url": "https://famousfoxes.com",
578
"image": "https://famousfoxes.com/hd/1663.png"
579
}
580
},
581
"authorities": [
582
{
583
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
584
"scopes": [
585
"full"
586
]
587
}
588
],
589
"compression": {
590
"eligible": false,
591
"compressed": false,
592
"data_hash": "",
593
"creator_hash": "",
594
"asset_hash": "",
595
"tree": "",
596
"seq": 0,
597
"leaf_id": 0
598
},
599
"grouping": [
600
{
601
"group_key": "collection",
602
"group_value": "BUjZjAS2vbbb65g7Z1Ca9ZRVYoJscURG5L3AkVvHP9ac"
603
}
604
],
605
"royalty": {
606
"royalty_model": "creators",
607
"target": null,
608
"percent": 0.042,
609
"basis_points": 420,
610
"primary_sale_happened": true,
611
"locked": false
612
},
613
"creators": [
614
{
615
"address": "D3XrkNZz6wx6cofot7Zohsf2KSsu2ArngNk8VqU9cTY3",
616
"share": 0,
617
"verified": true
618
},
619
{
620
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
621
"share": 100,
622
"verified": true
623
}
624
],
625
"ownership": {
626
"frozen": false,
627
"delegated": false,
628
"delegate": null,
629
"ownership_model": "single",
630
"owner": "5jf5dRVqqDeik3KDPtg6zmDLpzJifeuXDDt14iMW4onV"
631
},
632
"supply": {
633
"print_max_supply": 0,
634
"print_current_supply": 0,
635
"edition_nonce": 255
636
},
637
"mutable": true,
638
"burnt": false
639
},
640
{
641
"interface": "V1_NFT",
642
"id": "JDrGuEee3cEemQUaEGf6wAANwY1HnZrvU24rr8jQVfX6",
643
"content": {
644
"$schema": "https://schema.metaplex.com/nft1.0.json",
645
"json_uri": "https://nfts.dialect.to/famous-fox-federation/love-metadata.json",
646
"files": [],
647
"metadata": {
648
"name": "Love",
649
"symbol": "FFFSTK",
650
"token_standard": "NonFungible"
651
},
652
"links": {}
653
},
654
"authorities": [
655
{
656
"address": "89iERt8AMA3GHmZJEtJdiJSdAFTEYWoHQF9q3MfQcrvE",
657
"scopes": [
658
"full"
659
]
660
}
661
],
662
"compression": {
663
"eligible": false,
664
"compressed": true,
665
"data_hash": "CYcWXMgy3CyWiM7KzjaPA4j9ceBhBXiediPDHQtPYdYs",
666
"creator_hash": "3a6XZpo5fdf8k1f1EQJeFv7FdHjwrZzbU7HmAsckks3k",
667
"asset_hash": "DK6JpJ5gnvRUGqRCvZW9PRbNYjqq6bBvDPHEb6BUuhY3",
668
"tree": "967PLmeG6ZGxQEEpyBBQy1JbiazyDvuTSgUig6jYyjdw",
669
"seq": 273,
670
"leaf_id": 272
671
},
672
"grouping": [
673
{
674
"group_key": "collection",
675
"group_value": "7oeFuWP4ArhSFFYguvnvZFUMz7g3ySruDD2N3YavcQhb"
676
}
677
],
678
"royalty": {
679
"royalty_model": "creators",
680
"target": null,
681
"percent": 0.025,
682
"basis_points": 250,
683
"primary_sale_happened": true,
684
"locked": false
685
},
686
"creators": [
687
{
688
"address": "EevH3LPRexR2431NSF6bCpBbPdQ2ViHbM1p84zujiEUs",
689
"share": 0,
690
"verified": true
691
},
692
{
693
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
694
"share": 100,
695
"verified": false
696
}
697
],
698
"ownership": {
699
"frozen": false,
700
"delegated": false,
701
"delegate": null,
702
"ownership_model": "single",
703
"owner": "5YtGDNcA5xhh6MypeDCoXYJknVF6NDy5FVjrUNZJTJKA"
704
},
705
"supply": {
706
"print_max_supply": 0,
707
"print_current_supply": 0,
708
"edition_nonce": 0
709
},
710
"mutable": true,
711
"burnt": false
712
},
713
{
714
"interface": "Custom",
715
"id": "JDqk2RQNHUhPLRY5tKKDZydZabWLfUWj9fr6WyfX1gJv",
716
"content": {
717
"$schema": "https://schema.metaplex.com/nft1.0.json",
718
"json_uri": "https://famousfoxes.com/metadata/7479.json",
719
"files": [
720
{
721
"uri": "https://famousfoxes.com/hd/7479.png",
722
"mime": "image/png"
723
}
724
],
725
"metadata": {
726
"attributes": [
727
{
728
"value": "Yellow",
729
"trait_type": "Background"
730
},
731
{
732
"value": "Turtleneck Blue",
733
"trait_type": "Outfit"
734
},
735
{
736
"value": "Natural",
737
"trait_type": "Skin"
738
},
739
{
740
"value": "Smug",
741
"trait_type": "Mouth"
742
},
743
{
744
"value": "Headset",
745
"trait_type": "Head"
746
},
747
{
748
"value": "Shades",
749
"trait_type": "Eyes"
750
},
751
{
752
"value": 1,
753
"trait_type": "Head Tier"
754
},
755
{
756
"value": 1,
757
"trait_type": "Outfit Tier"
758
},
759
{
760
"value": false,
761
"trait_type": "Tail"
762
}
763
],
764
"description": "The Famous Fox Federation, an independent organization of the most fabulously famous foxes on the Blockchain.",
765
"name": "Fox #7479",
766
"symbol": "FFF"
767
},
768
"links": {
769
"image": "https://famousfoxes.com/hd/7479.png",
770
"external_url": "https://famousfoxes.com"
771
}
772
},
773
"authorities": [
774
{
775
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
776
"scopes": [
777
"full"
778
]
779
}
780
],
781
"compression": {
782
"eligible": false,
783
"compressed": false,
784
"data_hash": "",
785
"creator_hash": "",
786
"asset_hash": "",
787
"tree": "",
788
"seq": 0,
789
"leaf_id": 0
790
},
791
"grouping": [
792
{
793
"group_key": "collection",
794
"group_value": "BUjZjAS2vbbb65g7Z1Ca9ZRVYoJscURG5L3AkVvHP9ac"
795
}
796
],
797
"royalty": {
798
"royalty_model": "creators",
799
"target": null,
800
"percent": 0.042,
801
"basis_points": 420,
802
"primary_sale_happened": true,
803
"locked": false
804
},
805
"creators": [
806
{
807
"address": "D3XrkNZz6wx6cofot7Zohsf2KSsu2ArngNk8VqU9cTY3",
808
"share": 0,
809
"verified": true
810
},
811
{
812
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
813
"share": 100,
814
"verified": true
815
}
816
],
817
"ownership": {
818
"frozen": true,
819
"delegated": true,
820
"delegate": "6ospdQUtuxMtXxMqumFUnuTzeNR3uz22gEXMryMWR6Gh",
821
"ownership_model": "single",
822
"owner": "FffrafFFv3mnC7PbYBddM725bG9MAnwskXLzjrMHKkPS"
823
},
824
"supply": {
825
"print_max_supply": 0,
826
"print_current_supply": 0,
827
"edition_nonce": 254
828
},
829
"mutable": true,
830
"burnt": false
831
},
832
{
833
"interface": "Custom",
834
"id": "JDnKSVEqwPAxLREv2PBwresFjB4FgRp3kYdwMRXhaLtj",
835
"content": {
836
"$schema": "https://schema.metaplex.com/nft1.0.json",
837
"json_uri": "https://famousfoxes.com/metadata/1914.json",
838
"files": [
839
{
840
"uri": "https://famousfoxes.com/hd/1914.png",
841
"mime": "image/png"
842
}
843
],
844
"metadata": {
845
"attributes": [
846
{
847
"value": "Green",
848
"trait_type": "Background"
849
},
850
{
851
"value": "Hoodie Green",
852
"trait_type": "Outfit"
853
},
854
{
855
"value": "Natural",
856
"trait_type": "Skin"
857
},
858
{
859
"value": "Smug",
860
"trait_type": "Mouth"
861
},
862
{
863
"value": "Bucket Hat Green",
864
"trait_type": "Head"
865
},
866
{
867
"value": "Raised",
868
"trait_type": "Eyes"
869
}
870
],
871
"description": "The Famous Fox Federation, an independent organization of the most fabulously famous foxes on the Blockchain.",
872
"name": "Fox #1914",
873
"symbol": "FFF"
874
},
875
"links": {
876
"external_url": "https://famousfoxes.com",
877
"image": "https://famousfoxes.com/hd/1914.png"
878
}
879
},
880
"authorities": [
881
{
882
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
883
"scopes": [
884
"full"
885
]
886
}
887
],
888
"compression": {
889
"eligible": false,
890
"compressed": false,
891
"data_hash": "",
892
"creator_hash": "",
893
"asset_hash": "",
894
"tree": "",
895
"seq": 0,
896
"leaf_id": 0
897
},
898
"grouping": [
899
{
900
"group_key": "collection",
901
"group_value": "BUjZjAS2vbbb65g7Z1Ca9ZRVYoJscURG5L3AkVvHP9ac"
902
}
903
],
904
"royalty": {
905
"royalty_model": "creators",
906
"target": null,
907
"percent": 0.042,
908
"basis_points": 420,
909
"primary_sale_happened": true,
910
"locked": false
911
},
912
"creators": [
913
{
914
"address": "D3XrkNZz6wx6cofot7Zohsf2KSsu2ArngNk8VqU9cTY3",
915
"share": 0,
916
"verified": true
917
},
918
{
919
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
920
"share": 100,
921
"verified": true
922
}
923
],
924
"ownership": {
925
"frozen": false,
926
"delegated": false,
927
"delegate": null,
928
"ownership_model": "single",
929
"owner": "F2WhU8f783gLKGutmYjLXGxxUNoc3CG3WB8k1h4nqMSm"
930
},
931
"supply": {
932
"print_max_supply": 0,
933
"print_current_supply": 0,
934
"edition_nonce": 255
935
},
936
"mutable": true,
937
"burnt": false
938
},
939
{
940
"interface": "Custom",
941
"id": "JDfuX7zZvZmRGT1JtR7ugbLqqfvsuNXAanNG3RcteDR7",
942
"content": {
943
"$schema": "https://schema.metaplex.com/nft1.0.json",
944
"json_uri": "https://famousfoxes.com/metadata/963.json",
945
"files": [
946
{
947
"uri": "https://famousfoxes.com/hd/963.png",
948
"mime": "image/png"
949
}
950
],
951
"metadata": {
952
"attributes": [
953
{
954
"value": "Sand",
955
"trait_type": "Background"
956
},
957
{
958
"value": "Shirt Flannel Green",
959
"trait_type": "Outfit"
960
},
961
{
962
"value": "Natural",
963
"trait_type": "Skin"
964
},
965
{
966
"value": "Smug",
967
"trait_type": "Mouth"
968
},
969
{
970
"value": "Bucket Hat Green",
971
"trait_type": "Head"
972
},
973
{
974
"value": "Raised",
975
"trait_type": "Eyes"
976
},
977
{
978
"value": 1,
979
"trait_type": "Head Tier"
980
},
981
{
982
"value": 1,
983
"trait_type": "Outfit Tier"
984
}
985
],
986
"description": "The Famous Fox Federation, an independent organization of the most fabulously famous foxes on the Blockchain.",
987
"name": "Fox #963",
988
"symbol": "FFF"
989
},
990
"links": {
991
"image": "https://famousfoxes.com/hd/963.png",
992
"external_url": "https://famousfoxes.com"
993
}
994
},
995
"authorities": [
996
{
997
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
998
"scopes": [
999
"full"
1000
]
1001
}
1002
],
1003
"compression": {
1004
"eligible": false,
1005
"compressed": false,
1006
"data_hash": "",
1007
"creator_hash": "",
1008
"asset_hash": "",
1009
"tree": "",
1010
"seq": 0,
1011
"leaf_id": 0
1012
},
1013
"grouping": [
1014
{
1015
"group_key": "collection",
1016
"group_value": "BUjZjAS2vbbb65g7Z1Ca9ZRVYoJscURG5L3AkVvHP9ac"
1017
}
1018
],
1019
"royalty": {
1020
"royalty_model": "creators",
1021
"target": null,
1022
"percent": 0.042,
1023
"basis_points": 420,
1024
"primary_sale_happened": true,
1025
"locked": false
1026
},
1027
"creators": [
1028
{
1029
"address": "D3XrkNZz6wx6cofot7Zohsf2KSsu2ArngNk8VqU9cTY3",
1030
"share": 0,
1031
"verified": true
1032
},
1033
{
1034
"address": "3pMvTLUA9NzZQd4gi725p89mvND1wRNQM3C8XEv1hTdA",
1035
"share": 100,
1036
"verified": true
1037
}
1038
],
1039
"ownership": {
1040
"frozen": true,
1041
"delegated": true,
1042
"delegate": "GUruvq96THGCtNrMqHy2BH84AC2CG2QoeefxtYc9dRFs",
1043
"ownership_model": "single",
1044
"owner": "CHBELQKe6iP1mV6AnJo4tFGF5WiRe9hnQ6oK5fbbPGeJ"
1045
},
1046
"supply": {
1047
"print_max_supply": 0,
1048
"print_current_supply": 0,
1049
"edition_nonce": 255
1050
},
1051
"mutable": true,
1052
"burnt": false
1053
}
1054
]
1055
},
1056
"id": 1
1057
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free