Retrieve information for the current account, including the available balance.Documentation Index
Fetch the complete documentation index at: https://platform.stepfun.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
GET https://api.stepfun.ai/v1/accounts
Request parameters
NoneResponse
-
objectstring
Alwaysaccount -
typestring
Account type. Possible values:prepaidorpostpaid. -
balancefloat
Current available balance. -
total_cash_balancefloat
Total deposited amount. -
total_voucher_balancefloat
Total promotional/bonus amount.
Example
- curl
- python