---
name: api.rzndtra.com
description: api.rzndtra.com is a marketplace intelligence and content utility host offering five skills: three read-only snapshot endpoints covering AI-token market trends, pricing benchmarks, and on-chain marketplace activity, plus a content generation endpoint and an asynchronous web scraping endpoint. It is oriented around the Rzndtra AI-service marketplace, where tokens represent API service categories such as inference, research, content, signals, verification, and premium.
host: api.rzndtra.com
---

# api.rzndtra.com

Rzndtra serves agents that need current-state intelligence about an AI-service token marketplace — directional sentiment, category-level pricing statistics, seller activity, and whale movements — alongside lightweight content generation and web scraping utilities. It does not offer historical time-series data, per-asset token quotes, or real-time streaming feeds. The host is best suited for agents building monitoring dashboards, pricing decision logic, or content pipelines that operate against the Rzndtra marketplace specifically.

## When to use this host

Use this host when an agent needs a current-state snapshot of the Rzndtra AI-service token marketplace (trends, pricing, on-chain activity), lightweight written content generation, or asynchronous web scraping. Do not use it for historical or time-series market data — no date-range parameters exist on any endpoint. Do not use it for per-asset token price quotes or real-time streaming feeds; for those, route to a dedicated DEX or CEX price-feed host. Do not use it for synchronous single-request web scraping; the scraper here is async and requires a follow-up poll. For code generation tasks, route elsewhere — the content endpoint is limited to written/marketing text.

## Capabilities

### Market Snapshot Intelligence

Three complementary endpoints that together provide a full current-state picture of the Rzndtra AI-service marketplace: trend direction and sentiment, category-level pricing statistics, and broad on-chain activity including volume, seller counts, and whale alerts.

- **`fetch-trend-intelligence`** — Returns current market trend metrics across six categories (inference, research, content, signals, verification, premium), each with direction, price change, volume change, average price, 24h volume, and transaction count.
- **`fetch-pricing-intelligence`** — Returns transaction-based pricing statistics (avg, median, low, high, 24h change) for six API service categories from the Rzndtra marketplace.
- **`fetch-intelligence-market-data`** — Returns 24-hour on-chain market intelligence including total volume, transaction counts, active sellers, whale activity, per-category price statistics, trend directions, and top sellers for a paid intelligence marketplace.

### Content Generation

Generates structured written content such as marketing emails and ad copy from a prompt with tone, type, and length parameters, returning a completed text payload.

- **`generate-content-via-x402`** — Generates structured marketing or written content (emails, copy, etc.) based on a prompt, tone, type, and length, returned as a completed text payload.

### Web Extraction

Submits a URL for asynchronous web scraping and returns a polling ticket to retrieve the extracted page content once processing completes.

- **`scrape-web-page`** — Submits a URL for web scraping and returns a job ticket with a polling endpoint to retrieve the extracted page content asynchronously.

## Workflows

### Market-Informed Content Brief

*Use when an agent needs to generate marketing or campaign content that is grounded in current marketplace pricing and trend data from the Rzndtra marketplace.*

1. **`fetch-trend-intelligence`** — Retrieve current directional sentiment and price/volume movement across AI-service categories to identify which categories are trending.
2. **`fetch-pricing-intelligence`** — Pull category-level pricing benchmarks (avg, median, low, high) to anchor any pricing claims or positioning in the content.
3. **`generate-content-via-x402`** — Supply the trend and pricing context as part of the prompt to generate factually grounded marketing copy or campaign text.

### Competitor Page Research to Content

*Use when an agent needs to scrape an external web page for reference material and then produce written content based on what was extracted.*

1. **`scrape-web-page`** — Submit the target URL for asynchronous extraction and receive a polling ticket with a pollAfter timestamp.
2. **`generate-content-via-x402`** — After polling confirms the scrape is complete, use the extracted page content as the prompt basis to generate written content such as a summary, rewrite, or campaign copy.

## Skill reference

### `fetch-trend-intelligence`

**Trend Intel API** — Returns current market trend metrics across six categories (inference, research, content, signals, verification, premium), each with direction, price change, volume change, average price, 24h volume, and transaction count.

*Use when:* Use when an agent needs a fast snapshot of current market trends across AI-related token categories, including directional sentiment, price movement, and trading volume over the last 24 hours.

*Not for:* Do not use for historical trend data or time-series queries; this endpoint returns only the current snapshot with no query parameters for date ranges or specific tokens.

**Returns:** Returns six market category objects (inference, research, content, signals, verification, premium), each containing direction, priceChange, volumeChange, avgPrice, volume24h, and txCount24h.

**Example:** `GET https://api.rzndtra.com/api/v1/intelligence/trends`

---

### `fetch-pricing-intelligence`

**Rzndtra Pricing Intel** — Returns transaction-based pricing statistics (avg, median, low, high, 24h change) for six API service categories from the Rzndtra marketplace.

*Use when:* Use when an agent needs current market pricing benchmarks across API service categories such as inference, research, content, signals, verification, or premium to inform pricing decisions or monitor price trends.

*Not for:* Do not use for real-time streaming price feeds or per-asset token pricing; this endpoint returns aggregate category-level statistics, not individual asset quotes.

**Returns:** Returns a categories array with 6 entries (inference, research, content, signals, verification, premium), each with avgPrice, medianPrice, lowPrice, highPrice, recentAvg, priceChange24h, and lastTransaction, plus totalTransactions and generatedAt.

**Example:** `GET https://api.rzndtra.com/api/v1/intelligence/pricing`

---

### `fetch-intelligence-market-data`

**Intelligence Market Data** — Returns 24-hour on-chain market intelligence including total volume, transaction counts, active sellers, whale activity, per-category price statistics, trend directions, and top sellers for a paid intelligence marketplace.

*Use when:* Use when an agent needs a snapshot of on-chain marketplace activity — total volume, transaction counts, seller counts, whale wallet movements, price breakdowns by category (inference, research, content, signals, verification, premium), and trend data — to inform trading, monitoring, or analytics decisions.

*Not for:* Do not use for real-time streaming price feeds or historical data beyond the current 24-hour window; this is a single-shot snapshot endpoint.

**Returns:** Returns a JSON object with totalVolume, totalTransactions, activeSellers, newSellerAlerts, whaleActivity array, per-category prices and trends objects, and a topSellers array ranked by volume.

**Example:** `GET https://api.rzndtra.com/api/v1/intelligence`

---

### `generate-content-via-x402`

**Content Access API** — Generates structured marketing or written content (emails, copy, etc.) based on a prompt, tone, type, and length, returned as a completed text payload.

*Use when:* Use when an agent needs to generate a piece of written content such as a marketing email, ad copy, or campaign text by supplying a prompt with tone, format type, and length constraints.

*Not for:* Do not use for real-time data retrieval, structured data queries, or code generation; this endpoint is purpose-built for written content generation tasks.

**Inputs:**

- `tone` (string, required) — Desired tone of the generated content (e.g. 'friendly, confident, practical').
- `type` (string, required) — Content format type to generate (e.g. 'email', 'ad copy', 'blog post').
- `length` (string, required) — Target length descriptor for the output (e.g. 'medium (about 180–220 words)').
- `prompt` (string, required) — Full natural-language instruction describing the content to generate, including audience, product, goals, structure requirements, and any constraints.

**Returns:** Returns a JSON object with a unique id, service name, ISO timestamp, status='completed', and a result string containing the fully structured content (subject line, preheader, email body, CTA button text, alternative CTAs, and PS) in markdown format.

**Example:** `{"tone": "friendly, confident, practical", "type": "email", "length": "medium (about 180–220 words)", "prompt": "Create a marketing email campaign for a SaaS product that helps small retail shops manage inventory and reduce stockouts. Target audience: store owners and store managers at independent or boutique shops (10–50 employees). Product: 'StockPilot'. Campaign goal: get recipients to sign up for a 14-day free trial."}`

---

### `scrape-web-page`

**RZND Web Scraper** — Submits a URL for web scraping and returns a job ticket with a polling endpoint to retrieve the extracted page content asynchronously.

*Use when:* Use when an agent needs to extract content from a web page URL and can follow up by polling a separate endpoint to retrieve the scraped result once processing completes.

*Not for:* Do not use if you need synchronous, immediate content extraction in a single request; this API is async and requires a follow-up poll to retrieve results.

**Inputs:**

- `url` (string, required) — The fully-qualified URL of the web page to scrape.
- `format` (string) — Desired output format for the extracted content (e.g. 'structured').

**Returns:** Returns a job ticket with a UUID job id, status 'processing', a poll path under /api/v1/response/{id}, and a pollAfter delay in seconds; actual scraped content is retrieved by polling that endpoint.

**Example:** `{"url": "https://example.com/", "format": "structured"}`

---
