Get real-time balances
plaid_balance_getRetrieve up-to-date account balances directly from the institution, ensuring fresh data for testing. Provide item_id and optional account_ids to get current balance details.
Instructions
Calls /accounts/balance/get, the only endpoint that always hits the institution for a fresh balance (billable per call in production).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | item_id from plaid_sandbox_item_create (or a raw access_token you already hold) | |
| account_ids | No | Limit to these account ids |