The Wallet API (WaaS) provisions embedded HandCash wallets for your users viaDocumentation 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/*. It is separate from HandCash Connect, which links users who already have HandCash.
Setup
- Create an application in the Developer Dashboard.
- Save your App ID and App Secret for server-side calls.
- Contact sales@handcash.io to enable wallet creation for your App ID.
-
Use the API contract:
- OpenAPI: cloud.handcash.io/sdk-docs.json (filter Wallet API)
- Explorer: cloud.handcash.io/sdk-docs
- Base URL:
https://cloud.handcash.io
Overview
| Capability | Endpoints |
|---|---|
| User onboarding | POST /v1/waas/account/requestEmailCode, POST /v1/waas/account, POST /v1/waas/account/accessKey |
| Balances | GET /v1/waas/wallet/balances |
| Payments | POST /v1/waas/wallet/pay |
| Transaction history | GET /v1/waas/wallet/transactions, GET /v1/waas/wallet/transaction |
| Deposit info | GET /v1/waas/wallet/depositInfo |
app-id and app-secret. Wallet calls use request signing with the user’s access private key.