> ## Documentation Index
> Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 获取账户信息

用于查询账户余额等信息。

## 请求头

<ParamField header="Content-Type" type="string" required={true}>
  枚举值：application/json
</ParamField>

<ParamField header="Authorization" type="string" required={true}>
  Bearer 身份验证格式，例如：Bearer \{\{API 密钥}}。
</ParamField>

## 响应参数

<ResponseField name="credit_balance" type="number" required={true}>
  账户余额信息。
</ResponseField>
