Transaction Management - Create and manage transactions in the HG.Cash system. All transaction endpoints require authentication.
HG.Cash API (1.0.0)
Modern REST API for users to create outbound transactions from their accounts.
This API uses Bearer Token authentication. Include your user API token in the Authorization header:
Authorization: Bearer cash_your_token_here- Generate your API token in the account settings page
- Test endpoints using the interactive documentation below
- Implement in your backend services (never expose tokens in frontend)
- Monitor your integration and handle errors appropriately
Download OpenAPI description
Overview
HG.Cash API Support
License
Languages
Servers
Mock server
https://docs.hg.cash/_mock/openapi/
Production server
https://hg.cash/api/v1/
Development server
http://dev.hg.cash/api/v1/