How to check account balance?
Overview
GET https://app-api.pixverse.ai/openapi/v2/account/balance
API Reference : https://docs.platform.pixverse.ai/get-user-credit-balance-13778989e0
Prerequisites
Step-by-Step Guide
Step 1: Call get user credit balance endpoint
Step 2: Check remaining Credits based on your purchased product
{
"ErrCode": 0,
"ErrMsg": "success",
"Resp": {
"account_id": 0,
"credit_monthly": 1069020,
"credit_package": 3630
}
}