Skip to main content

getAssetsByCreator RPC Method - Metaplex DAS

Loading...

Updated on
Nov 12, 2025

getAssetsByCreator 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

creatorAddress
string
REQUIRED
Loading...
onlyVerified
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...

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": "getAssetsByCreator","params": {"creatorAddress": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe", "limit": 10}}'
Response
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"total": 10,
5
"limit": 10,
6
"cursor": "JDSPj4sPUd1G6gjBgB3hZGC9MSjvqgRupHLc2nvy9LPD",
7
"items": [
8
{
9
"interface": "V1_NFT",
10
"id": "JE8BSnvBXEZwT1BFpwTCDRtebX8r7nqPdEKkywzqGcvu",
11
"content": {
12
"$schema": "https://schema.metaplex.com/nft1.0.json",
13
"json_uri": "https://zxf6ho7gsun76zasofcjlhoz5yaksii46i4uo6d7i2gs5tcioq6a.arweave.net/zcvju-aVG_9kEnFElZ3Z7gCpIRzyOUd4f0aNLsxIdDw",
14
"files": [],
15
"metadata": {
16
"name": "Cloud #350",
17
"symbol": "DWNO",
18
"token_standard": "NonFungible"
19
},
20
"links": {}
21
},
22
"authorities": [
23
{
24
"address": "7jU1jE69M3dFgvji1w6DtrCZ1912MpDs3Ga2rk2hZNqP",
25
"scopes": [
26
"full"
27
]
28
}
29
],
30
"compression": {
31
"eligible": false,
32
"compressed": true,
33
"data_hash": "8mdmTxMSEaQhq8U8oWALMAc36WJUJhHZBkwJyFTHATAW",
34
"creator_hash": "akbWDrWqk8btcJjhp8DduqXuPYqJwgyo2qCfNgpN25n",
35
"asset_hash": "8EkMNCGHE3mEsmefc76afr8r2J1VYnised9z6nLwSu6r",
36
"tree": "2Bsri7xLizN1uPM7ommPNU1rzXMEBkDkWSrbCzSNPjZU",
37
"seq": 5,
38
"leaf_id": 4
39
},
40
"grouping": [],
41
"royalty": {
42
"royalty_model": "creators",
43
"target": null,
44
"percent": 0.05,
45
"basis_points": 500,
46
"primary_sale_happened": true,
47
"locked": false
48
},
49
"creators": [
50
{
51
"address": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe",
52
"share": 100,
53
"verified": false
54
}
55
],
56
"ownership": {
57
"frozen": false,
58
"delegated": true,
59
"delegate": "7igbU6EsyjtqryUispbReSnbkZVXTDskQmsFPyh38u6E",
60
"ownership_model": "single",
61
"owner": "77nhySLixT2bHRL3Z3Chk54T3Cnnd9JTdBr27U2hRGaS"
62
},
63
"supply": {
64
"print_max_supply": 0,
65
"print_current_supply": 0,
66
"edition_nonce": null
67
},
68
"mutable": true,
69
"burnt": false
70
},
71
{
72
"interface": "V1_NFT",
73
"id": "JDxGakwqPBUfj7y5YQZ99HtHMFpUe7Ax1sbrGNmyysYr",
74
"content": {
75
"$schema": "https://schema.metaplex.com/nft1.0.json",
76
"json_uri": "https://zxf6ho7gsun76zasofcjlhoz5yaksii46i4uo6d7i2gs5tcioq6a.arweave.net/zcvju-aVG_9kEnFElZ3Z7gCpIRzyOUd4f0aNLsxIdDw",
77
"files": [],
78
"metadata": {
79
"name": "Cloud #1057",
80
"symbol": "DWNO",
81
"token_standard": "NonFungible"
82
},
83
"links": {}
84
},
85
"authorities": [
86
{
87
"address": "8mhYoaaJHgHzm574L2Z9kr1eUqtguaQMbzFENamjBGb3",
88
"scopes": [
89
"full"
90
]
91
}
92
],
93
"compression": {
94
"eligible": false,
95
"compressed": true,
96
"data_hash": "6uaryii9Zv9CKZfBhU7VAG9VA6dMkUfWL7WT2uaWWymo",
97
"creator_hash": "akbWDrWqk8btcJjhp8DduqXuPYqJwgyo2qCfNgpN25n",
98
"asset_hash": "6eYMjC1CXV7xqL1EHzZVc6g8H8c1hQAYDHQ1B3ATXKjn",
99
"tree": "5WBSdHLu92TVaVwKmE9skzD2RyPz8RRKdJjDFc8rQbYA",
100
"seq": 4086,
101
"leaf_id": 4083
102
},
103
"grouping": [],
104
"royalty": {
105
"royalty_model": "creators",
106
"target": null,
107
"percent": 0.05,
108
"basis_points": 500,
109
"primary_sale_happened": true,
110
"locked": false
111
},
112
"creators": [
113
{
114
"address": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe",
115
"share": 100,
116
"verified": false
117
}
118
],
119
"ownership": {
120
"frozen": false,
121
"delegated": true,
122
"delegate": "7igbU6EsyjtqryUispbReSnbkZVXTDskQmsFPyh38u6E",
123
"ownership_model": "single",
124
"owner": "CFGLxq4vsr3fGbxRSmPxzAynEvw2dSQnwdtGMi573Rna"
125
},
126
"supply": {
127
"print_max_supply": 0,
128
"print_current_supply": 0,
129
"edition_nonce": null
130
},
131
"mutable": true,
132
"burnt": false
133
},
134
{
135
"interface": "ProgrammableNFT",
136
"id": "JDx4pYkUVBH2PFfVRUkT7KfYqmPN6T5FZzgsmA9WhszG",
137
"content": {
138
"$schema": "https://schema.metaplex.com/nft1.0.json",
139
"json_uri": "https://arweave.net/LcY-SncEMz7FybMoJsXSlLmOX8ERiZNFX5SKhPMH6lg",
140
"files": [
141
{
142
"uri": "https://arweave.net/4Tnji1JdFgbVurEDwEzEPV6P86u4-iBd6VOefvKb1sQ",
143
"mime": "image/png"
144
}
145
],
146
"metadata": {
147
"attributes": [
148
{
149
"value": "White",
150
"trait_type": "Background"
151
},
152
{
153
"value": "Polar",
154
"trait_type": "Fur"
155
},
156
{
157
"value": "Sneer",
158
"trait_type": "Mouth"
159
},
160
{
161
"value": "Sarcastic",
162
"trait_type": "Eyes"
163
},
164
{
165
"value": "Insulated Jacket",
166
"trait_type": "Clothes"
167
},
168
{
169
"value": "Holographic",
170
"trait_type": "Eyewear"
171
}
172
],
173
"description": "Okay Bears is a culture shift. A clean collection of 10,000 diverse bears building a virtuous community that will transcend the internet into the real world.",
174
"name": "Okay Bear #5378",
175
"symbol": "OKB",
176
"token_standard": "ProgrammableNonFungible"
177
},
178
"links": {
179
"image": "https://arweave.net/4Tnji1JdFgbVurEDwEzEPV6P86u4-iBd6VOefvKb1sQ",
180
"external_url": "https://www.okaybears.com/"
181
}
182
},
183
"authorities": [
184
{
185
"address": "4zj22pu8yRyenFHwLmue28CqVmGFgVQt5FmVvwdP5fLa",
186
"scopes": [
187
"full"
188
]
189
}
190
],
191
"compression": {
192
"eligible": false,
193
"compressed": false,
194
"data_hash": "",
195
"creator_hash": "",
196
"asset_hash": "",
197
"tree": "",
198
"seq": 0,
199
"leaf_id": 0
200
},
201
"grouping": [
202
{
203
"group_key": "collection",
204
"group_value": "3saAedkM9o5g1u5DCqsuMZuC4GRqPB4TuMkvSsSVvGQ3"
205
}
206
],
207
"royalty": {
208
"royalty_model": "creators",
209
"target": null,
210
"percent": 0.05,
211
"basis_points": 500,
212
"primary_sale_happened": true,
213
"locked": false
214
},
215
"creators": [
216
{
217
"address": "3xVDoLaecZwXXtN59o6T3Gfxwjcgf8Hc9RfoqBn995P9",
218
"share": 0,
219
"verified": true
220
},
221
{
222
"address": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe",
223
"share": 100,
224
"verified": false
225
}
226
],
227
"ownership": {
228
"frozen": true,
229
"delegated": false,
230
"delegate": null,
231
"ownership_model": "single",
232
"owner": "2FAH98LnJdvYMN5TDw4jhMYWKoR5zaq4AAxiK8jD6fRA"
233
},
234
"supply": {
235
"print_max_supply": 0,
236
"print_current_supply": 0,
237
"edition_nonce": 253
238
},
239
"mutable": true,
240
"burnt": false
241
},
242
{
243
"interface": "ProgrammableNFT",
244
"id": "JDuQ3Jy1isZLUXrDVKR8BVYnY18M8ckfJkaFKGzRnB6b",
245
"content": {
246
"$schema": "https://schema.metaplex.com/nft1.0.json",
247
"json_uri": "https://arweave.net/fNLLUvJ7cH8Vdzvkj-2nI0f0KpQtZctAnzjs1QWpuxk",
248
"files": [
249
{
250
"uri": "https://arweave.net/f_Nsfoalcn11zEaIxouVriPzHuGcaU9OLWw9sca9RLM",
251
"mime": "image/png"
252
}
253
],
254
"metadata": {
255
"attributes": [
256
{
257
"value": "Grey",
258
"trait_type": "Background"
259
},
260
{
261
"value": "Sand",
262
"trait_type": "Fur"
263
},
264
{
265
"value": "Okay",
266
"trait_type": "Mouth"
267
},
268
{
269
"value": "Okay",
270
"trait_type": "Eyes"
271
},
272
{
273
"value": "Sweatband",
274
"trait_type": "Hat"
275
},
276
{
277
"value": "Golf Polo",
278
"trait_type": "Clothes"
279
}
280
],
281
"description": "Okay Bears is a culture shift. A clean collection of 10,000 diverse bears building a virtuous community that will transcend the internet into the real world.",
282
"name": "Okay Bear #5875",
283
"symbol": "OKB",
284
"token_standard": "ProgrammableNonFungible"
285
},
286
"links": {
287
"external_url": "https://www.okaybears.com/",
288
"image": "https://arweave.net/f_Nsfoalcn11zEaIxouVriPzHuGcaU9OLWw9sca9RLM"
289
}
290
},
291
"authorities": [
292
{
293
"address": "4zj22pu8yRyenFHwLmue28CqVmGFgVQt5FmVvwdP5fLa",
294
"scopes": [
295
"full"
296
]
297
}
298
],
299
"compression": {
300
"eligible": false,
301
"compressed": false,
302
"data_hash": "",
303
"creator_hash": "",
304
"asset_hash": "",
305
"tree": "",
306
"seq": 0,
307
"leaf_id": 0
308
},
309
"grouping": [
310
{
311
"group_key": "collection",
312
"group_value": "3saAedkM9o5g1u5DCqsuMZuC4GRqPB4TuMkvSsSVvGQ3"
313
}
314
],
315
"royalty": {
316
"royalty_model": "creators",
317
"target": null,
318
"percent": 0.05,
319
"basis_points": 500,
320
"primary_sale_happened": true,
321
"locked": false
322
},
323
"creators": [
324
{
325
"address": "3xVDoLaecZwXXtN59o6T3Gfxwjcgf8Hc9RfoqBn995P9",
326
"share": 0,
327
"verified": true
328
},
329
{
330
"address": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe",
331
"share": 100,
332
"verified": false
333
}
334
],
335
"ownership": {
336
"frozen": true,
337
"delegated": false,
338
"delegate": null,
339
"ownership_model": "single",
340
"owner": "CB8Pr9uzrrFw8BFnCqworH1wMa8DsmbSKgUNwVWnDGrL"
341
},
342
"supply": {
343
"print_max_supply": 0,
344
"print_current_supply": 0,
345
"edition_nonce": 253
346
},
347
"mutable": true,
348
"burnt": false
349
},
350
{
351
"interface": "ProgrammableNFT",
352
"id": "JDirC6UmvWxhU9f9QbYCY4GZebaUGapgH4b5JuMeZA54",
353
"content": {
354
"$schema": "https://schema.metaplex.com/nft1.0.json",
355
"json_uri": "https://arweave.net/EH74XfK6mToeVqRK9P3PYtwFvkS738CvBBmLWVmBipA",
356
"files": [
357
{
358
"uri": "https://arweave.net/MKaJl7v-niM0KxIEDfxqasZyRExwUILMANF8dZrVnPA",
359
"mime": "image/png"
360
}
361
],
362
"metadata": {
363
"attributes": [
364
{
365
"value": "White",
366
"trait_type": "Background"
367
},
368
{
369
"value": "Polar",
370
"trait_type": "Fur"
371
},
372
{
373
"value": "Toothpick",
374
"trait_type": "Mouth"
375
},
376
{
377
"value": "Sad",
378
"trait_type": "Eyes"
379
},
380
{
381
"value": "Okay Beanie",
382
"trait_type": "Hat"
383
}
384
],
385
"description": "Okay Bears is a culture shift. A clean collection of 10,000 diverse bears building a virtuous community that will transcend the internet into the real world.",
386
"name": "Okay Bear #6403",
387
"symbol": "OKB",
388
"token_standard": "ProgrammableNonFungible"
389
},
390
"links": {
391
"image": "https://arweave.net/MKaJl7v-niM0KxIEDfxqasZyRExwUILMANF8dZrVnPA",
392
"external_url": "https://www.okaybears.com/"
393
}
394
},
395
"authorities": [
396
{
397
"address": "4zj22pu8yRyenFHwLmue28CqVmGFgVQt5FmVvwdP5fLa",
398
"scopes": [
399
"full"
400
]
401
}
402
],
403
"compression": {
404
"eligible": false,
405
"compressed": false,
406
"data_hash": "",
407
"creator_hash": "",
408
"asset_hash": "",
409
"tree": "",
410
"seq": 0,
411
"leaf_id": 0
412
},
413
"grouping": [
414
{
415
"group_key": "collection",
416
"group_value": "3saAedkM9o5g1u5DCqsuMZuC4GRqPB4TuMkvSsSVvGQ3"
417
}
418
],
419
"royalty": {
420
"royalty_model": "creators",
421
"target": null,
422
"percent": 0.05,
423
"basis_points": 500,
424
"primary_sale_happened": true,
425
"locked": false
426
},
427
"creators": [
428
{
429
"address": "3xVDoLaecZwXXtN59o6T3Gfxwjcgf8Hc9RfoqBn995P9",
430
"share": 0,
431
"verified": true
432
},
433
{
434
"address": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe",
435
"share": 100,
436
"verified": false
437
}
438
],
439
"ownership": {
440
"frozen": true,
441
"delegated": false,
442
"delegate": null,
443
"ownership_model": "single",
444
"owner": "2xDkC1eksyD7Tetqfyec5iJ4vHrkTEafqgJWuQqwSKyx"
445
},
446
"supply": {
447
"print_max_supply": 0,
448
"print_current_supply": 0,
449
"edition_nonce": 255
450
},
451
"mutable": true,
452
"burnt": false
453
},
454
{
455
"interface": "ProgrammableNFT",
456
"id": "JDgkvEnD5yime7JqjZqPoyx5wudXHKPA23dBivnMVzvU",
457
"content": {
458
"$schema": "https://schema.metaplex.com/nft1.0.json",
459
"json_uri": "https://arweave.net/VIg_UFZ0RGG5kO6eXz4NtyL3lE79qCb-SOpZlseslik",
460
"files": [
461
{
462
"uri": "https://arweave.net/hA-h6wDpT1m2WMuAEq2bMIBplxK2KTPGafxjLbcIl4M",
463
"mime": "image/png"
464
}
465
],
466
"metadata": {
467
"attributes": [
468
{
469
"value": "Purple",
470
"trait_type": "Background"
471
},
472
{
473
"value": "Ginger",
474
"trait_type": "Fur"
475
},
476
{
477
"value": "Wry",
478
"trait_type": "Mouth"
479
},
480
{
481
"value": "Closed",
482
"trait_type": "Eyes"
483
},
484
{
485
"value": "Backwards Flat Cap",
486
"trait_type": "Hat"
487
},
488
{
489
"value": "Utility Vest",
490
"trait_type": "Clothes"
491
}
492
],
493
"description": "Okay Bears is a culture shift. A clean collection of 10,000 diverse bears building a virtuous community that will transcend the internet into the real world.",
494
"name": "Okay Bear #6690",
495
"symbol": "OKB",
496
"token_standard": "ProgrammableNonFungible"
497
},
498
"links": {
499
"external_url": "https://www.okaybears.com/",
500
"image": "https://arweave.net/hA-h6wDpT1m2WMuAEq2bMIBplxK2KTPGafxjLbcIl4M"
501
}
502
},
503
"authorities": [
504
{
505
"address": "4zj22pu8yRyenFHwLmue28CqVmGFgVQt5FmVvwdP5fLa",
506
"scopes": [
507
"full"
508
]
509
}
510
],
511
"compression": {
512
"eligible": false,
513
"compressed": false,
514
"data_hash": "",
515
"creator_hash": "",
516
"asset_hash": "",
517
"tree": "",
518
"seq": 0,
519
"leaf_id": 0
520
},
521
"grouping": [
522
{
523
"group_key": "collection",
524
"group_value": "3saAedkM9o5g1u5DCqsuMZuC4GRqPB4TuMkvSsSVvGQ3"
525
}
526
],
527
"royalty": {
528
"royalty_model": "creators",
529
"target": null,
530
"percent": 0.05,
531
"basis_points": 500,
532
"primary_sale_happened": true,
533
"locked": false
534
},
535
"creators": [
536
{
537
"address": "3xVDoLaecZwXXtN59o6T3Gfxwjcgf8Hc9RfoqBn995P9",
538
"share": 0,
539
"verified": true
540
},
541
{
542
"address": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe",
543
"share": 100,
544
"verified": false
545
}
546
],
547
"ownership": {
548
"frozen": true,
549
"delegated": false,
550
"delegate": null,
551
"ownership_model": "single",
552
"owner": "BZMRcMEGa349bEVvXi3Tm9Xs1nASSimjvfohyKctN4wx"
553
},
554
"supply": {
555
"print_max_supply": 0,
556
"print_current_supply": 0,
557
"edition_nonce": 251
558
},
559
"mutable": true,
560
"burnt": false
561
},
562
{
563
"interface": "ProgrammableNFT",
564
"id": "JDeVJXUjEC5MnbmEhFUfySBvo8ASegeEc7ZNKUzieoMy",
565
"content": {
566
"$schema": "https://schema.metaplex.com/nft1.0.json",
567
"json_uri": "https://arweave.net/WmzFlENA8lchH-GOB6Zs4Dl1W_0PAzAI6EFh6LjfIsY",
568
"files": [
569
{
570
"uri": "https://arweave.net/MFEdc4Z1QM9M7VPdHXz3uFZ9zs9UT8CsbIEgYbt9zTM",
571
"mime": "image/png"
572
}
573
],
574
"metadata": {
575
"attributes": [
576
{
577
"value": "Yellow",
578
"trait_type": "Background"
579
},
580
{
581
"value": "Panda",
582
"trait_type": "Fur"
583
},
584
{
585
"value": "Proud",
586
"trait_type": "Mouth"
587
},
588
{
589
"value": "Okay",
590
"trait_type": "Eyes"
591
},
592
{
593
"value": "Baker Boy Hat",
594
"trait_type": "Hat"
595
},
596
{
597
"value": "Vintage Shirt",
598
"trait_type": "Clothes"
599
}
600
],
601
"description": "Okay Bears is a culture shift. A clean collection of 10,000 diverse bears building a virtuous community that will transcend the internet into the real world.",
602
"name": "Okay Bear #5812",
603
"symbol": "OKB",
604
"token_standard": "ProgrammableNonFungible"
605
},
606
"links": {
607
"image": "https://arweave.net/MFEdc4Z1QM9M7VPdHXz3uFZ9zs9UT8CsbIEgYbt9zTM",
608
"external_url": "https://www.okaybears.com/"
609
}
610
},
611
"authorities": [
612
{
613
"address": "4zj22pu8yRyenFHwLmue28CqVmGFgVQt5FmVvwdP5fLa",
614
"scopes": [
615
"full"
616
]
617
}
618
],
619
"compression": {
620
"eligible": false,
621
"compressed": false,
622
"data_hash": "",
623
"creator_hash": "",
624
"asset_hash": "",
625
"tree": "",
626
"seq": 0,
627
"leaf_id": 0
628
},
629
"grouping": [
630
{
631
"group_key": "collection",
632
"group_value": "3saAedkM9o5g1u5DCqsuMZuC4GRqPB4TuMkvSsSVvGQ3"
633
}
634
],
635
"royalty": {
636
"royalty_model": "creators",
637
"target": null,
638
"percent": 0.05,
639
"basis_points": 500,
640
"primary_sale_happened": true,
641
"locked": false
642
},
643
"creators": [
644
{
645
"address": "3xVDoLaecZwXXtN59o6T3Gfxwjcgf8Hc9RfoqBn995P9",
646
"share": 0,
647
"verified": true
648
},
649
{
650
"address": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe",
651
"share": 100,
652
"verified": false
653
}
654
],
655
"ownership": {
656
"frozen": true,
657
"delegated": false,
658
"delegate": null,
659
"ownership_model": "single",
660
"owner": "FeUYBe2phZJmSstjtMntNUF12A5xsj9LDDnA5TJgSmzC"
661
},
662
"supply": {
663
"print_max_supply": 0,
664
"print_current_supply": 0,
665
"edition_nonce": 253
666
},
667
"mutable": true,
668
"burnt": false
669
},
670
{
671
"interface": "ProgrammableNFT",
672
"id": "JDas2JUB18F3iHVHUTecpydDt3SE5QhEiz3MqRaycmn2",
673
"content": {
674
"$schema": "https://schema.metaplex.com/nft1.0.json",
675
"json_uri": "https://arweave.net/uYSIBBHwMl370hHqqDfGZfv_0xlP0RoCfxgSSPRTIUY",
676
"files": [
677
{
678
"uri": "https://arweave.net/ooac0oV-2c73jKpu-jeQIzVPyV1Xb94j4Nn6hT5mhAM",
679
"mime": "image/png"
680
}
681
],
682
"metadata": {
683
"attributes": [
684
{
685
"value": "Yellow",
686
"trait_type": "Background"
687
},
688
{
689
"value": "Grizzly",
690
"trait_type": "Fur"
691
},
692
{
693
"value": "Clean Smile",
694
"trait_type": "Mouth"
695
},
696
{
697
"value": "Interested",
698
"trait_type": "Eyes"
699
},
700
{
701
"value": "Backwards Flat Cap",
702
"trait_type": "Hat"
703
},
704
{
705
"value": "Vintage Windbreaker",
706
"trait_type": "Clothes"
707
}
708
],
709
"description": "Okay Bears is a culture shift. A clean collection of 10,000 diverse bears building a virtuous community that will transcend the internet into the real world.",
710
"name": "Okay Bear #4279",
711
"symbol": "OKB",
712
"token_standard": "ProgrammableNonFungible"
713
},
714
"links": {
715
"external_url": "https://www.okaybears.com/",
716
"image": "https://arweave.net/ooac0oV-2c73jKpu-jeQIzVPyV1Xb94j4Nn6hT5mhAM"
717
}
718
},
719
"authorities": [
720
{
721
"address": "4zj22pu8yRyenFHwLmue28CqVmGFgVQt5FmVvwdP5fLa",
722
"scopes": [
723
"full"
724
]
725
}
726
],
727
"compression": {
728
"eligible": false,
729
"compressed": false,
730
"data_hash": "",
731
"creator_hash": "",
732
"asset_hash": "",
733
"tree": "",
734
"seq": 0,
735
"leaf_id": 0
736
},
737
"grouping": [
738
{
739
"group_key": "collection",
740
"group_value": "3saAedkM9o5g1u5DCqsuMZuC4GRqPB4TuMkvSsSVvGQ3"
741
}
742
],
743
"royalty": {
744
"royalty_model": "creators",
745
"target": null,
746
"percent": 0.05,
747
"basis_points": 500,
748
"primary_sale_happened": true,
749
"locked": false
750
},
751
"creators": [
752
{
753
"address": "3xVDoLaecZwXXtN59o6T3Gfxwjcgf8Hc9RfoqBn995P9",
754
"share": 0,
755
"verified": true
756
},
757
{
758
"address": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe",
759
"share": 100,
760
"verified": false
761
}
762
],
763
"ownership": {
764
"frozen": true,
765
"delegated": false,
766
"delegate": null,
767
"ownership_model": "single",
768
"owner": "DtjWY3aZ12dpf6iUaELyuHi6EKcb9CkCDBHd33mnvhdy"
769
},
770
"supply": {
771
"print_max_supply": 0,
772
"print_current_supply": 0,
773
"edition_nonce": 255
774
},
775
"mutable": true,
776
"burnt": false
777
},
778
{
779
"interface": "ProgrammableNFT",
780
"id": "JDSmH3iBM4wNqbZMQYzizSnUtNJAkPdFrtyPfXVJvr9c",
781
"content": {
782
"$schema": "https://schema.metaplex.com/nft1.0.json",
783
"json_uri": "https://arweave.net/lDMkclmHVRanAWFeC4M-mlhRxicLOjCWBSQC_Gb0aB0",
784
"files": [
785
{
786
"uri": "https://arweave.net/vPTaQGfpWCiaTp6SXtdDsu2I-mjKiPB2pcCWwJPptk0",
787
"mime": "image/png"
788
}
789
],
790
"metadata": {
791
"attributes": [
792
{
793
"value": "Green",
794
"trait_type": "Background"
795
},
796
{
797
"value": "Dark Brown",
798
"trait_type": "Fur"
799
},
800
{
801
"value": "Bubble Gum",
802
"trait_type": "Mouth"
803
},
804
{
805
"value": "Sarcastic",
806
"trait_type": "Eyes"
807
},
808
{
809
"value": "Visor",
810
"trait_type": "Hat"
811
},
812
{
813
"value": "Torn Sleeveless Tee",
814
"trait_type": "Clothes"
815
},
816
{
817
"value": "Punk Sunglasses",
818
"trait_type": "Eyewear"
819
}
820
],
821
"description": "Okay Bears is a culture shift. A clean collection of 10,000 diverse bears building a virtuous community that will transcend the internet into the real world.",
822
"name": "Okay Bear #5483",
823
"symbol": "OKB",
824
"token_standard": "ProgrammableNonFungible"
825
},
826
"links": {
827
"external_url": "https://www.okaybears.com/",
828
"image": "https://arweave.net/vPTaQGfpWCiaTp6SXtdDsu2I-mjKiPB2pcCWwJPptk0"
829
}
830
},
831
"authorities": [
832
{
833
"address": "4zj22pu8yRyenFHwLmue28CqVmGFgVQt5FmVvwdP5fLa",
834
"scopes": [
835
"full"
836
]
837
}
838
],
839
"compression": {
840
"eligible": false,
841
"compressed": false,
842
"data_hash": "",
843
"creator_hash": "",
844
"asset_hash": "",
845
"tree": "",
846
"seq": 0,
847
"leaf_id": 0
848
},
849
"grouping": [
850
{
851
"group_key": "collection",
852
"group_value": "3saAedkM9o5g1u5DCqsuMZuC4GRqPB4TuMkvSsSVvGQ3"
853
}
854
],
855
"royalty": {
856
"royalty_model": "creators",
857
"target": null,
858
"percent": 0.05,
859
"basis_points": 500,
860
"primary_sale_happened": true,
861
"locked": false
862
},
863
"creators": [
864
{
865
"address": "3xVDoLaecZwXXtN59o6T3Gfxwjcgf8Hc9RfoqBn995P9",
866
"share": 0,
867
"verified": true
868
},
869
{
870
"address": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe",
871
"share": 100,
872
"verified": false
873
}
874
],
875
"ownership": {
876
"frozen": true,
877
"delegated": false,
878
"delegate": null,
879
"ownership_model": "single",
880
"owner": "1BWutmTvYPwDtmw9abTkS4Ssr8no61spGAvW1X6NDix"
881
},
882
"supply": {
883
"print_max_supply": 0,
884
"print_current_supply": 0,
885
"edition_nonce": 255
886
},
887
"mutable": true,
888
"burnt": false
889
},
890
{
891
"interface": "ProgrammableNFT",
892
"id": "JDSPj4sPUd1G6gjBgB3hZGC9MSjvqgRupHLc2nvy9LPD",
893
"content": {
894
"$schema": "https://schema.metaplex.com/nft1.0.json",
895
"json_uri": "https://arweave.net/dffiIyhOtjW_kZ39ZWFa82ehXqs7i6wpatuXp-zVtos",
896
"files": [
897
{
898
"uri": "https://arweave.net/1wPAGHp6fGZ6wXLATq9b-VzwgmJ3YM3UZm27o1TtPOg",
899
"mime": "image/png"
900
}
901
],
902
"metadata": {
903
"attributes": [
904
{
905
"value": "Blue",
906
"trait_type": "Background"
907
},
908
{
909
"value": "Dark Brown",
910
"trait_type": "Fur"
911
},
912
{
913
"value": "Oou",
914
"trait_type": "Mouth"
915
},
916
{
917
"value": "Tired",
918
"trait_type": "Eyes"
919
},
920
{
921
"value": "Okay Beanie",
922
"trait_type": "Hat"
923
},
924
{
925
"value": "Wool Overcoat",
926
"trait_type": "Clothes"
927
},
928
{
929
"value": "Flying Goggles",
930
"trait_type": "Eyewear"
931
}
932
],
933
"description": "Okay Bears is a culture shift. A clean collection of 10,000 diverse bears building a virtuous community that will transcend the internet into the real world.",
934
"name": "Okay Bear #2441",
935
"symbol": "OKB",
936
"token_standard": "ProgrammableNonFungible"
937
},
938
"links": {
939
"image": "https://arweave.net/1wPAGHp6fGZ6wXLATq9b-VzwgmJ3YM3UZm27o1TtPOg",
940
"external_url": "https://www.okaybears.com/"
941
}
942
},
943
"authorities": [
944
{
945
"address": "4zj22pu8yRyenFHwLmue28CqVmGFgVQt5FmVvwdP5fLa",
946
"scopes": [
947
"full"
948
]
949
}
950
],
951
"compression": {
952
"eligible": false,
953
"compressed": false,
954
"data_hash": "",
955
"creator_hash": "",
956
"asset_hash": "",
957
"tree": "",
958
"seq": 0,
959
"leaf_id": 0
960
},
961
"grouping": [
962
{
963
"group_key": "collection",
964
"group_value": "3saAedkM9o5g1u5DCqsuMZuC4GRqPB4TuMkvSsSVvGQ3"
965
}
966
],
967
"royalty": {
968
"royalty_model": "creators",
969
"target": null,
970
"percent": 0.05,
971
"basis_points": 500,
972
"primary_sale_happened": true,
973
"locked": false
974
},
975
"creators": [
976
{
977
"address": "3xVDoLaecZwXXtN59o6T3Gfxwjcgf8Hc9RfoqBn995P9",
978
"share": 0,
979
"verified": true
980
},
981
{
982
"address": "7zL7HVn85F5yFT6XM3BsJcQF7PBcNE7R2BT5GyfunpKe",
983
"share": 100,
984
"verified": false
985
}
986
],
987
"ownership": {
988
"frozen": true,
989
"delegated": false,
990
"delegate": null,
991
"ownership_model": "single",
992
"owner": "APnYM8bD63PkhjN57Ky5Cu85TyEnvDUpnx1rUVA8Ezw5"
993
},
994
"supply": {
995
"print_max_supply": 0,
996
"print_current_supply": 0,
997
"edition_nonce": 251
998
},
999
"mutable": true,
1000
"burnt": false
1001
}
1002
]
1003
},
1004
"id": 1
1005
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free