# ScriptMasterLabs SOL Price API

> ScriptMasterLabs SOL 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-14).

Returns the current price of Solana (SOL) cryptocurrency, paid per-call via x402 micropayment settled in USDC on Base.

## Facts

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

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-sol-price-api-20afb97b
```

Example prompt: What's the current price of SOL right now? Use the ScriptMasterLabs x402 price API and pay the $0.001 USDC fee to fetch live Solana data.

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call SOL price lookup without a subscription, especially in agent workflows using x402 micropayment infrastructure on Base. Prefer it for low-frequency queries where per-call USDC micropayment ($0.001) is more economical than a monthly API subscription.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required response
- Endpoint temporarily unavailable on Render free tier — 503 or timeout
- Stale or missing price data from upstream oracle — empty or error response
- Invalid or malformed request parameters — 400 Bad Request

## 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 market price of Solana (SOL) in USD or equivalent fiat, as a pay-per-call response settled via x402 micropayment in USDC on Base.

## 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-sol-price-api-20afb97b/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)
