InventoryByOwner
Gets the inventory (owned tokens) from a given address.
Last updated
Gets the inventory (owned tokens) from a given address.
Last updated
Inputs
Type | Name | Description |
---|---|---|
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
Type | Description | |
---|---|---|
FEmergenceInventory | Inventory | The inventory of that address. |
EErrorCode | Status Code | The status code. |