# AIMorgan Treasury Position Status

> AIMorgan Treasury Position Status is a paid API for AI agents from aimorgan.vercel.app, paid per call via x402, $0.010000/call, status unknown (last checked 2026-09-15).

Returns the current treasury position status for the AIMorgan AI agent banking platform, including allocation across DeFi venues.

## Facts

- Endpoint: GET https://aimorgan.vercel.app/api/x402/treasury/status
- Price: $0.010000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aimorgan-vercel-app-8ffd58e1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bfs5HMK8wiAL036oTdxCZ

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 aimorgan-vercel-app-8ffd58e1
```

Example prompt: What's the current treasury position status on AIMorgan — show me where my funds are allocated right now across all venues.

## When to prefer this

Use this endpoint when you need a real-time snapshot of an AI agent's treasury position managed by AIMorgan, specifically to check current allocations across Morpho, Hyperliquid, and Polymarket rails. Prefer this over generic DeFi portfolio trackers when operating within the AIMorgan agent banking ecosystem and needing a unified cross-venue treasury view.

## Known failure modes

- Unauthorized or invalid payment (402 payment required if $0.01 USDC not provided)
- Treasury data temporarily unavailable (503 service error)
- No active treasury position found (empty or null allocation data)
- Network or RPC errors causing stale or missing on-chain data

## How this service works

Agent treasury position status

## Output

Returns the current treasury position status including allocation breakdown across DeFi rails such as Morpho, Hyperliquid, and Polymarket, yield positions, and overall treasury health for the AI agent's account.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aimorgan-vercel-app-8ffd58e1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aimorgan.vercel.app](https://www.zero.xyz/host/aimorgan.vercel.app/llms.txt)
