Fetch Balance
Accounts
Fetch Balance
Retrieve the balance of a specific account.
GET
Fetch Balance
Overview
This endpoint retrieves the balance of a specific account identified by the account number.Request
Method:GETURL:
/v1/accounts/{account_number}/balance
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
x-carbon-key | Header | string | Yes | API key for authentication. |
account_number | Path | integer | Yes | The account number to retrieve. |
Response
Status Code:200 OKContent-Type:
application/json