# The Stall Balance Sheet Lookup

> The Stall Balance Sheet Lookup is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.021/call, status unknown (last checked 2026-09-14).

Retrieves balance sheet financial data for a company via the IntuiTek x402 Intelligence Marketplace, payable in USDC on Base mainnet with no account required.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/balance-sheet
- Price: $0.021/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-balance-sheet-lookup-7fd654a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-63-u_yO44nc7Axhjufi8

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability the-stall-balance-sheet-lookup-7fd654a4
```

Example prompt: Can you pull up the balance sheet for Apple — total assets, liabilities, and shareholders' equity for their most recent fiscal year?

## When to prefer this

Choose this endpoint when you need structured balance sheet data for a public company without setting up API keys or accounts, and you are operating in an x402-enabled USDC payment context on Base mainnet. Ideal for autonomous agents performing financial research or fundamental analysis in a pay-per-call architecture.

## Known failure modes

- Unknown or unsupported company identifier returns empty or error response
- Insufficient USDC payment causes HTTP 402 rejection
- Invalid fiscal period parameter returns no data
- Private or non-reporting company has no balance sheet data available
- Network timeout or service unavailability returns 5xx error

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

Returns structured balance sheet data for the requested company, typically including total assets, total liabilities, shareholders' equity, current assets, current liabilities, long-term debt, and cash equivalents, likely for a specified or most recent fiscal period.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-balance-sheet-lookup-7fd654a4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
