GET
/api/proxy/balanceGet API Key Balance
Retrieve the current balance for the authenticated API key.
Authentication
Authorization: Bearer YOUR_API_KEY (or x-api-key).
Response
{
"balance": 125.5
}Full LumaProxies API reference with endpoint tabs, complete country coverage, and copy-ready examples.
Category
Base URL: https://lumaproxies.com
curl -X GET "https://lumaproxies.com/api/proxy/balance" \ -H "Authorization: Bearer YOUR_API_KEY"
Browse all available countries by plan type.
Plan Type
Search Country
Residential countries
135
Switch endpoints from the left tabs on desktop or dropdown on mobile.
Endpoint
/api/proxy/balanceRetrieve the current balance for the authenticated API key.
Authentication
Authorization: Bearer YOUR_API_KEY (or x-api-key).
Response
{
"balance": 125.5
}If you see 401 Unauthorized, key type or header format usually does not match the route.
/api/proxy/*): use your account API key./api/reseller/*): use your reseller API key.Authorization: Bearer ..., x-api-key, and reseller also x-reseller-api-key.