Skip to main content
Plaid financial data API for connecting bank accounts and retrieving balances, transactions, investment holdings, and liabilities. Users connect banks via Plaid Hosted Link — Plaid hosts the entire Link UI at secure.plaid.com, fires a SESSION_FINISHED webhook back to Lava, and each bank is stored as a distinct credential. Callers pick which bank to query on each request via the x-lava-plaid-item header. Best for personal finance, bookkeeping, and portfolio-tracking workflows that span multiple banks. 14 endpoints available through Lava’s AI Gateway. See the Plaid API docs for full documentation.
This provider requires your own credentials — connect your API key or OAuth account before use.

Endpoints

Fetch real-time account balances for a connected Item

POST https://production.plaid.com/accounts/balance/get — $0.10 / request

List accounts for a connected Item

POST https://production.plaid.com/accounts/get — Free

Search institutions by name

POST https://production.plaid.com/institutions/search — Free

Look up a Plaid institution by its ID

POST https://production.plaid.com/institutions/get_by_id — Free

List institutions supported by Plaid

POST https://production.plaid.com/institutions/get — Free

Incremental sync of transactions (cursor-based)

POST https://production.plaid.com/transactions/sync — Free

Fetch transactions within a date range

POST https://production.plaid.com/transactions/get — Free

Request an on-demand refresh of transactions

POST https://production.plaid.com/transactions/refresh — Free

List recurring income/expense streams for an Item

POST https://production.plaid.com/transactions/recurring/get — Free

Fetch holdings for investment accounts

POST https://production.plaid.com/investments/holdings/get — Free

Fetch investment transactions within a date range

POST https://production.plaid.com/investments/transactions/get — Free

Fetch liability details (credit, student loan, mortgage)

POST https://production.plaid.com/liabilities/get — Free

Fetch metadata about a connected Item

POST https://production.plaid.com/item/get — Free

Disconnect an Item and invalidate its access_token

POST https://production.plaid.com/item/remove — Free

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests