đ Banner is live! Learn more
English
cURL
curl --request GET \ --url https://api.deepseek.com/user/balance \ --header 'Authorization: Bearer <token>'
{ "is_available": true, "balance_infos": [ { "currency": "CNY", "total_balance": "110.00", "granted_balance": "10.00", "topped_up_balance": "100.00" } ] }
Get user current balance
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes