GET
/
billing
/
balance
curl --request GET \
  --url https://rdp.sh/api/v1/billing/balance \
  --header 'Authorization: <api-key>'
{
  "balance": "4300"
}

Authorizations

Authorization
string
header
required

Response

200 - application/json
The request was successful, and the server has returned the requested resource in the response body.
balance
string
required

returned in decimal format

Example:

"4300"