For the complete documentation index, see llms.txt. This page is also available as Markdown.

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