# ScriptMasterLabs ETH Price API

> ScriptMasterLabs ETH Price API is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Returns the current Ethereum (ETH) price, paid per-call in USDC via the x402 payment protocol on Base.

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/eth-price
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-eth-price-api-c2a78edc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_25lhvQEEy1vsLvc9V6tHL

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 scriptmasterlabs-eth-price-api-c2a78edc
```

Example prompt: What's the current price of Ethereum in USD? Use the ScriptMasterLabs x402 pay-per-call feed to pull the live ETH price.

## When to prefer this

Choose this endpoint when you need a cheap, pay-per-call ETH price lookup (0.001 USDC) with no API key subscription, especially in x402-enabled agent workflows on Base. Best suited for low-frequency spot checks where a micro-payment model is preferred over a monthly subscription to a major data provider like CoinGecko or CoinMarketCap.

## Known failure modes

- Payment not settled — 402 returned if x402 payment header is missing or insufficient
- Rate limiting or service unavailability on the Render-hosted endpoint
- Stale or delayed price data if the underlying data source lags
- Malformed or empty response body due to underdocumented schema
- Network timeout from cold-start on Render free tier

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns the current Ethereum price, likely as a numeric USD value or price object. The response is a pay-per-call result (0.001 USDC per call) settled on Base via x402. Exact response schema is minimal/undocumented but expected to contain the ETH price figure.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-eth-price-api-c2a78edc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
