# Stablebase Projects List

> Stablebase Projects List is a paid API for AI agents from stable-supabase-git-ben-test-agentcash-rou-586785-merit-systems.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Lists all Stablebase projects owned by the calling wallet address.

## Facts

- Endpoint: POST https://stable-supabase-git-ben-test-agentcash-rou-586785-merit-systems.vercel.app/api/stablebase/projects/list
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablebase-projects-list-a8c6d8e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1a2U4kD1bT3BS7_moD_tS

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 stablebase-projects-list-a8c6d8e2 -d '<json body>'
```

Example prompt: Can you pull up all the Stablebase projects associated with my wallet?

## When to prefer this

Use this endpoint when you need to enumerate all Stablebase projects belonging to a specific wallet, particularly as a first step before interacting with individual projects or when building a dashboard view of a wallet's Stablebase portfolio.

## Known failure modes

- Unauthorized wallet — no projects returned or authentication error
- Wallet has no projects — empty list returned
- Invalid or missing wallet credentials — 401 or 403 error
- Network or server error on Vercel deployment — 500 error
- Payment failure — x402 payment of 0.01 USDC not processed

## How this service works

List all Stablebase projects owned by the calling wallet.

## Output

Returns a list of Stablebase projects owned by the calling wallet, including project identifiers and associated metadata for each project.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "properties": {},
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablebase-projects-list-a8c6d8e2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-supabase-git-ben-test-agentcash-rou-586785-merit-systems.vercel.app](https://www.zero.xyz/host/stable-supabase-git-ben-test-agentcash-rou-586785-merit-systems.vercel.app/llms.txt)
