Lithic · Schema

Financial Account Balance

Balance of a Financial Account

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
available_amount integer Funds available for spend in the currency's smallest unit (e.g., cents for USD)
created string Date and time for when the balance was first created.
currency string 3-character alphabetic ISO 4217 code for the local currency of the balance.
token string Globally unique identifier for the financial account that holds this balance.
type string Type of financial account.
last_transaction_event_token string Globally unique identifier for the last financial transaction event that impacted this balance.
last_transaction_token string Globally unique identifier for the last financial transaction that impacted this balance.
pending_amount integer Funds not available for spend due to card authorizations or pending ACH release. Shown in the currency's smallest unit (e.g., cents for USD).
total_amount integer The sum of available and pending balance in the currency's smallest unit (e.g., cents for USD).
updated string Date and time for when the balance was last updated.
View JSON Schema on GitHub

JSON Schema

lithic-com-financial-account-balance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/financial-account-balance",
  "title": "Financial Account Balance",
  "description": "Balance of a Financial Account",
  "properties": {
    "available_amount": {
      "description": "Funds available for spend in the currency's smallest unit (e.g., cents for USD)",
      "type": "integer"
    },
    "created": {
      "description": "Date and time for when the balance was first created.",
      "format": "date-time",
      "type": "string"
    },
    "currency": {
      "description": "3-character alphabetic ISO 4217 code for the local currency of the balance.",
      "type": "string"
    },
    "token": {
      "description": "Globally unique identifier for the financial account that holds this balance.",
      "example": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "format": "uuid",
      "type": "string"
    },
    "type": {
      "description": "Type of financial account.",
      "enum": [
        "ISSUING",
        "OPERATING",
        "RESERVE",
        "SECURITY"
      ],
      "type": "string"
    },
    "last_transaction_event_token": {
      "description": "Globally unique identifier for the last financial transaction event that impacted this balance.",
      "format": "uuid",
      "type": "string"
    },
    "last_transaction_token": {
      "description": "Globally unique identifier for the last financial transaction that impacted this balance.",
      "format": "uuid",
      "type": "string"
    },
    "pending_amount": {
      "description": "Funds not available for spend due to card authorizations or pending ACH release. Shown in the currency's smallest unit (e.g., cents for USD).",
      "type": "integer"
    },
    "total_amount": {
      "description": "The sum of available and pending balance in the currency's smallest unit (e.g., cents for USD).",
      "type": "integer"
    },
    "updated": {
      "description": "Date and time for when the balance was last updated.",
      "format": "date-time",
      "type": "string"
    }
  },
  "required": [
    "available_amount",
    "created",
    "currency",
    "token",
    "type",
    "last_transaction_event_token",
    "last_transaction_token",
    "pending_amount",
    "total_amount",
    "updated"
  ],
  "type": "object"
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/lithic-com-financial-account-balance"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no email required.

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