Access account and transaction data using the Teller API

domain: teller.io · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Integrate Teller Connect (the browser/native SDK) into your application; initialize it with your application_id and on successful enrollment receive an enrollment containing an access_token and accounts list
  2. Store the access_token server-side; authenticate all Teller API requests using HTTP Basic Auth with the access_token as the username and an empty password
  3. Retrieve accounts: GET /accounts returns all accounts for the enrollment; each account has an id, type, subtype, name, institution, and links to sub-resources
  4. Retrieve transactions: GET /accounts/{account_id}/transactions; use the count and from_id query parameters for pagination — from_id should be set to the last transaction ID received to fetch older records
  5. For balance checks: GET /accounts/{account_id}/balances returns ledger and available balances; note these are live requests to the institution and may be slower than cached data

Known gotchas

Related routes

connect a US bank account and list transactions with the Teller API
teller.io · 6 steps · unrated
Implement open banking account verification using Teller API with enrollment, account listing, and real-time balance check
account-aggregation/Teller · 6 steps · unrated
Aggregate account and transaction data using the MX Platform API
docs.mx.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans