Skip to main content
GET
/
user
/
balance
Get User Balance
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required

Response

200 - application/json
is_available
boolean
required
balance_infos
object[]
required