Skip to main content

Get User Balance

GET 

/user/balance

Get user current balance

Responses

OK, returns user balance info.

Schema

    is_available boolean

    Whether the user's balance is sufficient for API calls.

    balance_infos

    object[]

  • Array [

  • currency string

    Possible values: [CNY, USD]

    The currency of the balance.

    total_balance number

    The total available balance, including the granted balance and the topped-up balance.

    granted_balance number

    The total not expired granted balance.

    topped_up_balance number

    The total topped-up balance.

  • ]

Loading...