InventoryByOwner

Gets the inventory (owned tokens) from a given address.

Inputs

TypeNameDescription

FString

Address

Address to get the inventory from.

FString

Network

Comma separated list of networks to get the inventory from. To get from all available, enter "ETHEREUM,POLYGON,FLOW,TEZOS,SOLANA,IMMUTABLEX".

Outputs

TypeDescription

FEmergenceInventory

Inventory

The inventory of that address.

EErrorCode

Status Code

The status code.

Last updated