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.

Antworten

200

OK. Successful response. Returns the available balance of your account in USD.
Content Type:
application/json
  • Schema
  • Example
  • object
    Beispiel: {"balance":"12.34"}
    Eigenschaften:
    • balance
      string
      Balance
      Beispiel: "12.34"

401

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