# GGWP API Hub - Store Apps Endpoint

> GGWP API Hub - Store Apps Endpoint is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.054986/call, status unknown (last checked 2026-09-15).

Stores or submits app data to the GGWP API Hub registry via pay-per-call on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/store-apps
- Price: $0.054986/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-store-apps-endpoint-ae6dbd7e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mDjUW-XGD1qN1qre0moZq

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 ggwp-api-hub-store-apps-endpoint-ae6dbd7e -d '<json body>'
```

Example prompt: Store this app result data in the GGWP API Hub registry — it's a finance tool response object I want to persist for later retrieval.

## When to prefer this

Choose this endpoint when you need to persist or register app/tool result data within the GGWP API Hub ecosystem and are already using the x402 pay-per-call protocol on Base chain. It is best suited for workflows that store structured API responses from social media, jobs, finance, or crypto tools into a centralized hub registry.

## Known failure modes

- Missing or malformed 'result' object in request body returns validation error
- Payment not provided or insufficient USDC balance causes 402 payment required response
- x402 protocol handshake failure on Base chain prevents execution
- Vercel cold start may cause occasional timeout on first call
- Malformed JSON body returns 400 bad request

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a JSON object with a 'result' field containing confirmation or echoed API response data indicating the store operation completed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-store-apps-endpoint-ae6dbd7e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
