Post
Share your knowledge.
How can I list all webpage Object IDs on my wallet?
Hey folks, I'm trying to gather all the webpage Object IDs associated with my wallet. Does anyone know how to list them?
- Walrus
- Typescript SDK
Answers
1You can use the walrus list-blobs
command. This command will list all the non-expired Sui blob objects that your current account owns. It includes their blob IDs, object IDs, and metadata about their expiry and deletable status. If you also want to see the expired blob objects, you can add the --include-expired
option. To query webpage Object IDs on your wallet, simply execute walrus list-blobs
in your terminal. This will display all active objects linked to your account. Remember, this does not delete them but provides details on your ownership.
Do you know the answer?
Please log in and share it.
Walrus is a decentralized storage and data availability protocol designed specifically for large binary files, or "blobs"