# GET /contract — Quakes Paywrap Contract Info

> GET /contract — Quakes Paywrap Contract Info is a paid API for AI agents from quakes.withzero.ai, paid per call via MPP, price unknown, status unknown (last checked 2026-09-14).

Returns the payment contract or service terms/configuration for the quakes.withzero.ai earthquake data API

## Facts

- Endpoint: GET https://quakes.withzero.ai/contract
- Price: price unknown
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: quakes.withzero.ai
- Website: https://quakes.withzero.ai
- Canonical page: https://www.zero.xyz/c/quakes-withzero-ai-get-contract-quakes-paywrap-contract-info-a8359f4f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i5S2NFmb7b0yNsHDTbLNw

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 quakes-withzero-ai-get-contract-quakes-paywrap-contract-info-a8359f4f
```

Example prompt: Can you fetch the payment contract details for the quakes.withzero.ai earthquake data service so I know what terms apply before I start querying it?

## When to prefer this

Use this endpoint when you need to inspect or validate the payment contract or service terms for the quakes.withzero.ai API before making paid calls to the earthquake data endpoint. Useful for agents that need to verify pricing or terms programmatically.

## Known failure modes

- 404 if the contract endpoint is not found
- 500 if the service is temporarily unavailable
- empty or minimal JSON object if contract details are not yet configured
- network timeout if the service is unresponsive

## Output

A JSON object containing contract or payment configuration details for the quakes.withzero.ai API — likely includes pricing, terms, or paywrap configuration tied to the x402/paywrap payment protocol used by the service.

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/quakes-withzero-ai-get-contract-quakes-paywrap-contract-info-a8359f4f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from quakes.withzero.ai](https://www.zero.xyz/host/quakes.withzero.ai/llms.txt)
