metaverseFilter: TArray<FString>- Using for metaverse filter. Currently possible values are: decentranland, sandbox, somnium_space, cryptovoxels, fabwelt. Use empty array to get items from all metaverses.
typeFilter: TArray<FString>- Using for asset type filter. Currently possible values are: AVATAR, WEARABLE, MISC. Use empty array to get items of all types.
subtypeFilter: TArray<FString> - Using for asset subtype filter. Use empty array to get items of all types.
cursor: int32 - Start index of getStakes protocol`s function (as it uses pagination).
amount: int32 - Number of viewed indexes of getStakes protocol`s function (as it uses pagination).
chainId: int32 - Chain Id to be able to use it cross-chain.
Return value:
If succeded:
If failed:
Fetch Owned Derivatives
How it looks like:
metaverseFilter: TArray<FString>- Using for metaverse filter. Currently possible values are: decentranland, sandbox, somnium_space, cryptovoxels, fabwelt. Use empty array to get items from all metaverses.
typeFilter: TArray<FString>- Using for asset type filter. Currently possible values are: AVATAR, WEARABLE, MISC. Use empty array to get items of all types.
subtypeFilter: TArray<FString> - Using for asset subtype filter. Use empty array to get items of all types.
userProof: FString - User Proof with walletAddress and signature.
chainId: int32 - Chain Id to be able to use it cross-chain.
Return value:
NFT["asset"]["animation_url"] contains an URI for its 3d model
If succeded:
If failed:
Buy NFTs
Approve ERC20 tokens to protocol
How it looks like:
NFT: FString - Object with NFT data (element of array taken from fetch functions).
chainId: int32 - Chain Id to be able to use it cross-chain.
Return value:
If succeded:
If failed:
Buy requested NFTs
How it looks like:
NFT: FString - Object with NFT data (element of array taken from fetch functions).
chainId: int32 - Chain Id to be able to use it cross-chain.