📁
Get Collection
Use this method to get the metadata of a collection.
JavaScript
TypeScript
const alturaCollection = await altura.getCollection(COLLECTION_ADDRESS);
const alturaCollection:TAlturaCollection = await altura.getCollection(COLLECTION_ADDRESS);
Parameter | Type | Required | Description |
---|---|---|---|
collection_address | String | Yes | The collection address |
Last modified 10mo ago