get Return user balance.
/api/client/v1/balance
Allows you to check your account balance. You may want to use this to set up an automatic notification system.
Responses
200
OK. Successful response. Returns the available balance of your account in USD.
Content Type:
application/json
- Schema
- Example
- objectExample:
{"balance":"12.34"}
Properties:balance
stringBalanceExample:"12.34"
401
Unauthorized. Missing or invalid authentication token, please check the Authorization header.
Content Type:
application/json
- Schema
- Example
- objectErrorResponseExample:
{"message":"string","errors":{}}
Properties:message
stringRequiredError messageExample:"string"
errors
object or nullInput validation errorsExample:{}