> For the complete documentation index, see [llms.txt](https://obytejs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://obytejs.com/0.1.5/api/get-asset-metadata.md).

# Get asset metadata

### Example

```javascript
const asset = '1OLPCz72F1rJ7IGtmEMuV1LvfLawT9WGOFuHugW2b7c=';

client.api.getAssetMetadata(asset, function(err, result) {
  console.log(result);
});
```

### **Returns**

```javascript
{
  metadata_unit: '3H0caQSbAjVOkgvOZLPJ8UTWKVdlRq56moVkqdE0noY=',
  registry_address: 'AM6GTUKENBYA54FYDAKX2VLENFZIMXWG',
  suffix: null
}
```

### **Learn more**

* Obyte Wiki: <https://wiki.obyte.org/Asset>
* Obyte Asset Registry: <https://obyte.app>
