> For the complete documentation index, see [llms.txt](https://docs.manifold.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifold.xyz/client-sdk/sdk/product/common/getprovenance.md).

# getProvenance

**getProvenance()** → [ProductProvenance](/client-sdk/reference/productprovenance.md)

Retrieves provenance information for the product, such as the related contract address, token ID, creator details, and more.

#### Returns: [ProductProvenance](/client-sdk/reference/productprovenance.md)

| Field     | Type                                          | Required | Description                                  |
| --------- | --------------------------------------------- | -------- | -------------------------------------------- |
| creator   | [Creator](/client-sdk/reference/creator.md)   | ✅        | Information about the creator of the product |
| contract  | [Contract](/client-sdk/reference/contract.md) | ❌        | Information about the contract the product   |
| token     | [Token](/client-sdk/reference/token.md)       | ❌        | Information about the token of the product   |
| networkId | number                                        | ❌        | Network ID of the product                    |
