curl --request GET \
--url https://api.brightdata.com/customer/balance \
--header 'Authorization: Bearer <token>'{
"balance": 456,
"pending_balance": 123
}Get total balance through API
curl --request GET \
--url https://api.brightdata.com/customer/balance \
--header 'Authorization: Bearer <token>'{
"balance": 456,
"pending_balance": 123
}Was this page helpful?