简体中文
cURL
curl --request GET \ --url https://api.brightdata.com/customer/balance \ --header 'Authorization: Bearer <token>'
{ "balance": 456, "pending_balance": 123 }
Get total balance through API
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object
此页面对您有帮助吗?