Skip to main content
⚠️ Legacy SDK DocumentationThis documentation uses our older SDK (@handcash/handcash-connect), but the v3 SDK does not support this feature yet.

Send an Item

Transfer items between HandCash users or to external wallets using the HandCash Connect SDK.

Prerequisites

  • User must be connected with the ITEMS_WRITE permission
  • Your application must be the creator of the item for transfers

Setup

Transfer Items

Transfer items to another HandCash user or an external wallet:

Transfer Multiple Items to Same Destination

Transfer Items to Multiple Destinations

Important Notes

  • For item transfers, ensure your application has the necessary permissions and is the creator of the item
  • The origins array contains item origin IDs (the unique identifier for each item instance)
  • You can transfer to HandCash handles or external Bitcoin addresses
  • The method returns a transaction ID upon successful transfer

Error Handling