Look up and transfer users digital items in HandCash
This guide demonstrates how to manage a user’s digital items inventory using the HandCash SDK. It covers looking up items, retrieving listed items for sale, and transferring items.
ITEMS_READ
permission for inventory lookups.ITEMS_WRITE
permission is required for item transfers.Retrieve items from the user’s inventory:
You can use various parameters to filter items:
Retrieve items listed in the market:
You can use the same filtering parameters as with inventory items:
Transfer items to another HandCash user or an external wallet:
You can prevent an item from being transferred by locking it.
Later on, you can unlock it as follows.
You can also get the list of locked items.
group
parameter in filters returns items grouped by groupingValue
, useful for large inventories.externalId
can be used to map items to your application’s reference system.For more detailed information on item management and advanced features, refer to the HandCash Items API documentation.
Look up and transfer users digital items in HandCash
This guide demonstrates how to manage a user’s digital items inventory using the HandCash SDK. It covers looking up items, retrieving listed items for sale, and transferring items.
ITEMS_READ
permission for inventory lookups.ITEMS_WRITE
permission is required for item transfers.Retrieve items from the user’s inventory:
You can use various parameters to filter items:
Retrieve items listed in the market:
You can use the same filtering parameters as with inventory items:
Transfer items to another HandCash user or an external wallet:
You can prevent an item from being transferred by locking it.
Later on, you can unlock it as follows.
You can also get the list of locked items.
group
parameter in filters returns items grouped by groupingValue
, useful for large inventories.externalId
can be used to map items to your application’s reference system.For more detailed information on item management and advanced features, refer to the HandCash Items API documentation.