APIUtilities
Technical Reference
Check Balance
Technical documentation for dryAPI APIs, integration guides, and operational references.
Endpoint for requesting client current balance.
OpenAPI
Client Balance
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Header Parameters
Accept*string
Default
"application/json"Value in
"application/json"Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.dryapi.dev/api/v1/client/balance" \ -H "Accept: application/json"{
"balance": 0.1
}{
"data": {},
"message": "string",
"errors": [
null
],
"statusCode": 0
}{
"data": {},
"message": "string",
"errors": [
null
],
"statusCode": 0
}{
"message": "Too Many Attempts."
}Last updated on 21 March 2026