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.
Antworten
200
OK. Successful response. Returns the available balance of your account in USD.
Content Type:
application/json
- Schema
- Example
- objectBeispiel:
{"balance":"12.34"}
Eigenschaften:balance
stringBalanceBeispiel:"12.34"
401
Unauthorized. Missing or invalid authentication token, please check the Authorization header.
Content Type:
application/json
- Schema
- Example
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}