Wallet endpoints live underDocumentation Index
Fetch the complete documentation index at: https://docs.handcash.io/llms.txt
Use this file to discover all available pages before exploring further.
/v1/waas/wallet/*. Every call must be signed with the user’s access private key, plus app-id and app-secret.
Get deposit info
GET with empty body. Response includes paymail, alias, and deposit address fields (see OpenAPI wallet-depositInfoSchema).
Get wallet balance
GET. Returns spendable balances (BSV, MNEE, fiat equivalents per OpenAPI).
Make a payment
POST. Request body matches Connect-style payments (instrumentCurrencyCode, receivers, description, etc.) — see Wallet API → POST /v1/waas/wallet/pay in cloud.handcash.io/sdk-docs.
Transaction history
GET calls. Query parameters and filters are defined in the OpenAPI spec.
Self-custody variant
If you registered a wallet withPOST /v1/waas/account/selfCustodial, use /v1/waas/wallet/selfCustody/* with the wallet-xpub header instead of OAuth signing. See the OpenAPI Wallet API tag for those paths.