GET

getUserBalance

balance

Return user balance.

Description

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

Content type:
  • Schema
  • object
    Properties:
    • balancestring

      Balance

      Example:
      "12.34"

401

Unauthorized. Missing or invalid authentication token, please check the Authorization header.

Content

Content type:
  • Schema
  • ErrorResponse object
    Properties:
    • messagestringRequired

      Error message

    • errorsobject | null

      Input validation errors