Authentication
All requests require an API key passed via theapikey header.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to authenticate requests to the HydroSolve API.
apikey header.
-H "apikey: hydrosolves-xxxxxxxx"
curl "https://api.hydrosolves.gay/getBalance?apikey=hydrosolves-xxxxxxxx"
{ "status": "success", "balance": 10.0 }