Accounts
Retrieve Account Balance
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The identifier of the Account to retrieve.
Query Parameters
The time at which to retrieve the Account Balance. If left null, the current balance will be returned.
Response
200
application/json
Balance
The balance of an Account in USD cents.