查询当前账户的信息,支持查询当前账户可用余额.Documentation Index
Fetch the complete documentation index at: https://platform.stepfun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
请求地址
GET https://api.stepfun.com/v1/accounts
请求参数
无请求响应
-
objectstring
固定为account -
typestring
账户类型,可选项为prepaid预付费 和postpaid后付费 -
balancefloat
当前账户可用余额 -
total_cash_balancefloat
当前账户总充值金额 -
total_voucher_balancefloat
当前账户总赠送金额
示例
- curl
- python