# asset Asset management operations for blockchain assets ## Get list of all assets - [GET /assets](https://docs.vilna.io/apis/spec/asset/listassets.md): Returns a paginated list of all blockchain assets with filtering options. ## Archive an asset - [POST /assets/{chain_gid}/{asset_path}/actions/archive](https://docs.vilna.io/apis/spec/asset/archiveasset.md): Archives an asset by its Global Identifier (GID), removing it from active listings ## Restore an archived asset - [POST /assets/{chain_gid}/{asset_path}/actions/restore](https://docs.vilna.io/apis/spec/asset/restoreasset.md): Restores a previously archived asset by its Global Identifier (GID), making it active again