Teller · Example Payload

Teller List Transactions Example

List recent transactions for a bank account filtered by date range

BankingFinancial DataFintechOpen BankingTransactionUnified-API

Teller List Transactions Example is an example object payload from Teller, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "List Transactions Example",
  "description": "List recent transactions for a bank account filtered by date range",
  "request": {
    "method": "GET",
    "url": "https://api.teller.io/accounts/acc_o3lgp2n76bhe9lfeip000/transactions?start_date=2026-04-01&end_date=2026-04-30&count=5",
    "headers": {
      "Authorization": "Basic {base64(ACCESS_TOKEN:)}",
      "Teller-Version": "2020-10-12"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": [
      {
        "id": "txn_o4bpq3r87cif0mhfjq000",
        "account_id": "acc_o3lgp2n76bhe9lfeip000",
        "amount": "-42.50",
        "date": "2026-04-15",
        "description": "WHOLE FOODS MARKET",
        "status": "posted",
        "type": "card_payment",
        "running_balance": "1234.56",
        "details": {
          "processing_status": "complete",
          "category": "groceries",
          "counterparty": {
            "name": "Whole Foods Market",
            "type": "organization"
          }
        },
        "links": {
          "self": "https://api.teller.io/accounts/acc_o3lgp2n76bhe9lfeip000/transactions/txn_o4bpq3r87cif0mhfjq000",
          "account": "https://api.teller.io/accounts/acc_o3lgp2n76bhe9lfeip000"
        }
      },
      {
        "id": "txn_o4bpq3r87cif0mhfjq001",
        "account_id": "acc_o3lgp2n76bhe9lfeip000",
        "amount": "2500.00",
        "date": "2026-04-01",
        "description": "DIRECT DEPOSIT EMPLOYER",
        "status": "posted",
        "type": "deposit",
        "running_balance": "3234.56",
        "details": {
          "processing_status": "complete",
          "category": "income",
          "counterparty": {
            "name": "Acme Corp",
            "type": "organization"
          }
        },
        "links": {
          "self": "https://api.teller.io/accounts/acc_o3lgp2n76bhe9lfeip000/transactions/txn_o4bpq3r87cif0mhfjq001",
          "account": "https://api.teller.io/accounts/acc_o3lgp2n76bhe9lfeip000"
        }
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/teller-list-transactions-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.