GEThttps://api.deepseek.com/user/balance
查询账号余额
Responses
- 200
OK, 返回用户余额详情
- APPLICATION/JSON
- Schema
- Example (from schema)
- Example
SCHEMA
- CURL
- PYTHON
- GO
- NODEJS
- RUBY
- CSHARP
- PHP
- JAVA
- POWERSHELL
- CURL
curl -L -X GET 'https://api.deepseek.com/user/balance' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'