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

Collection

fetchCollectionForAddress(ethAddress: string): Promise<ICollectionTrack[]>

Returns list of full collection track objects (including quantity) owned by provided ethereum address.

Last updated