get Return user balance.

/api/client/v1/balance
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
  • object
    Example: {"balance":"12.34"}
    Properties:
    • balance
      string
      Balance
      Example: "12.34"

401

Unauthorized. Missing or invalid authentication token, please check the Authorization header.
Content Type:
application/json
  • Schema
  • Example
  • object
    ErrorResponse
    Example: {"message":"string","errors":{}}
    Properties:
    • message
      string
      Required
      Error message
      Example: "string"
    • errors
      object or null
      Input validation errors
      Example: {}