Get Collection
Use this method to get the metadata of a collection.
Usage in your script
const alturaCollection = await altura.getCollection(COLLECTION_ADDRESS);
Parameters
Parameter
Type
Required
Description
collection_address
String
Yes
The collection address
Last updated