GET
/
accounts
/
{account_id}
/
balance
curl --request GET \
  --url https://api.useswift.dev/accounts/{account_id}/balance \
  --header 'Authorization: Bearer <token>'
123

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

The identifier of the Account to retrieve.

Query Parameters

at_time
string

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.