GET
/
account
/
{accountId}
/
balance
curl --request GET \
  --url https://api.joinslash.com/account/{accountId}/balance \
  --header 'X-API-Key: <api-key>'
{
  "balances": [
    {
      "accountId": "<string>",
      "type": "cash",
      "available": {
        "amountCents": 123
      },
      "posted": {
        "amountCents": 123
      },
      "timestamp": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-API-Key
string
headerrequired

Authentication from public API requests

Path Parameters

accountId
string
required

Response

200 - application/json
balances
object[]
required