GetFutureverseAssetTree

Gets the Asset Tree associated with a specific asset.

When connected to the Futureverse Production environment, this is looking for collections on Root mainnet. When connected to the Staging/Dev environment, it is looking for collections on Porcini.

Inputs

TypeNameDescription

FString

TokenId

The interger ID of the token you want to get the Asset Tree of. For example: "473" (without quotes).

FString

CollectionId

The collection ID of the token you want to get the asset tree of. For example: "7672:root:303204" (without quotes).

Outputs

TypeNameDescription

TArray<FFutureverseAsssetTreePath>

AssetTree

The requested AssetTree.

EErrorCode

Status Code

Any errors that occurred during retrieval

Last updated