@@ -119,7 +119,7 @@ const stats = await client.collections.stats("mfers")
119119const nfts = await client .nfts .listByCollection (" mfers" , { limit: 5 })
120120const listings = await client .listings .best (" mfers" , { limit: 10 })
121121const events = await client .events .byCollection (" mfers" , { eventType: " sale" })
122- const account = await client .accounts .get (" 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 " )
122+ const account = await client .accounts .get (" 0x21130e908bba2d41b63fbca7caa131285b8724f8 " )
123123```
124124
125125## Output Formats
@@ -169,7 +169,7 @@ opensea nfts list-by-collection tiny-dinos-eth --limit 2
169169opensea nfts list-by-contract ethereum 0xd9b78a2f1dafc8bb9c60961790d2beefebee56f4 --limit 2
170170
171171# List NFTs owned by an account
172- opensea nfts list-by-account ethereum 0xde7fce3a1cba4a705f299ce41d163017f165d666 --limit 2
172+ opensea nfts list-by-account ethereum 0x21130e908bba2d41b63fbca7caa131285b8724f8 --limit 2
173173
174174# Get contract details
175175opensea nfts contract ethereum 0xd9b78a2f1dafc8bb9c60961790d2beefebee56f4
@@ -220,7 +220,7 @@ opensea events by-collection tiny-dinos-eth --limit 2
220220opensea events by-nft ethereum 0xd9b78a2f1dafc8bb9c60961790d2beefebee56f4 1 --limit 2
221221
222222# Get events for an account
223- opensea events by-account 0xde7fce3a1cba4a705f299ce41d163017f165d666 --limit 2
223+ opensea events by-account 0x21130e908bba2d41b63fbca7caa131285b8724f8 --limit 2
224224```
225225
226226### Tokens
@@ -246,7 +246,7 @@ opensea tokens get base 0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2
246246
247247``` bash
248248# Get account details
249- opensea accounts get 0xde7fce3a1cba4a705f299ce41d163017f165d666
249+ opensea accounts get 0x21130e908bba2d41b63fbca7caa131285b8724f8
250250```
251251
252252## Exit Codes
0 commit comments