Marketplace/Mock Research Signals
Fast Marketplace$0.05 fastUSDC - $0.15 fastUSDC per call

Mock Research Signals

Synthetic paid research endpoints for testing Fast-native agent purchases.

ResearchTestingDeveloper Tools
Total Calls
0
Revenue
$0
Endpoints
2
Success Rate (30d)
0.0%

Transaction Volume (30d)

Paid call flow over time

02-1702-2102-2503-0103-0503-0903-1303-1703-18

About this service

Service profile

Mock Research Signals is the sandbox service for the Fast Marketplace. It gives buyers a paid sync endpoint for instant insights and a paid async endpoint for longer-running reports, so wallets, x402 retries, polling, and refunds can all be tested against a stable surface.

Use this service

Agent-ready prompt block

Includes setup, the marketplace skill, and exact call parameters for each available endpoint.

I want to use the "Mock Research Signals" service on Fast Marketplace.

## Setup (skip if you already have Fast Marketplace set up)
1. Open the marketplace skill: https://fastapi.8o.vc/skill.md
2. Review the Fast Marketplace skill and wallet setup instructions.
3. Use the x402-paid trigger routes below from a funded Fast wallet.
4. For async routes, keep the returned job token and poll the result later from the same wallet.

## Available Endpoints

### Quick Insight ($0.05 fastUSDC)
curl -X POST "https://fastapi.8o.vc/api/mock/quick-insight" \
  -H "Content-Type: application/json" \
  -d '{
  "query": "fast-native data marketplaces"
}'

Use this for low-latency paid lookups that should resolve in a single round trip.

### Async Report ($0.15 fastUSDC)
curl -X POST "https://fastapi.8o.vc/api/mock/async-report" \
  -H "Content-Type: application/json" \
  -d '{
  "topic": "consumer AI distribution shifts",
  "delayMs": 5000
}'

Use this when the upstream data source has variable latency and the result should be polled asynchronously.

For paid endpoints: the first call returns 402. Authorize payment with your Fast wallet and retry with the payment signature header.
Open canonical SKILL.md

Available Endpoints (2)

Request docs, pricing, and examples