Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \ --url https://hpay-api.host-sl.com/api/v1/wallets/?is_active=true \ --header 'api-key: YOUR_API_KEY' \ --header 'secret-key: YOUR_SECRET_KEY'
[ { "id": "wall_123", "user_id": "user_123", "balance": 150.50, "currency": "SLE", "is_active": true }, { "id": "wall_456", "user_id": "user_456", "balance": 0.0, "currency": "SLE", "is_active": true } ]
Retrieve all wallets for your application
GET /api/v1/wallets/
Show Wallet