📁Get Collection

Use this method to get the metadata of a collection.

Usage in your script

const alturaCollection = await altura.getCollection(COLLECTION_ADDRESS);

Parameters

ParameterTypeRequiredDescription

collection_address

String

Yes

The collection address

Last updated