# GGWP API Hub Pre-Trade Endpoint

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

Performs pre-trade analysis or preparation for crypto/finance trading operations via a pay-per-call API hub

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/pretrade
- Price: $0.183658/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-pre-trade-endpoint-6993739a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9xk0XsQI_lgH7uOddLwFs

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-pre-trade-endpoint-6993739a -d '<json body>'
```

Example prompt: Can you run a pre-trade analysis for me on the GGWP API Hub before I place a crypto trade — I need to check conditions before committing?

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call pre-trade analysis without committing to a subscription, and when operating on Base chain with x402 USDC micropayments. Best for agents that need on-demand trade preparation checks integrated into automated crypto workflows.

## Known failure modes

- Missing or malformed input object returns an error
- Payment not processed via x402 protocol results in 402 Payment Required
- Network or Vercel deployment downtime causes 5xx errors
- Insufficient USDC balance on Base chain blocks the call
- Ambiguous or empty result field if upstream data source is unavailable

## 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 result object containing pre-trade analysis or preparation data, structured as a generic API response payload with a nested data field indicating trade-readiness or relevant market/finance metrics.

## 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-pre-trade-endpoint-6993739a/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)
