GET
/
ledger
/
balance
curl --request GET \
  --url https://api.joinswift.app/ledger/balance \
  --header 'Authorization: Bearer <token>'
123

Authorizations

Authorization
string
headerrequired

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

Response

200 - application/json

The response is of type integer.