marketv1Live

Market Price Snapshot

A fast, agent-ready market primitive. Use it to ground downstream workflows before routing swaps, monitoring risk, or generating strategy summaries. Designed for low-latency invocation by both dashboards and autonomous agents.

marketohlcvpricinganalysis

Price per call

$0.10

Invocations

1,324

Rating

4.9 / 5

Ratings

42

Invoke mode

x402

Powered by

OKX DEX API

Sample Agent Prompt

"Get a market snapshot for OKB on X Layer."

Invocation Surface

EndpointPOST /api/skills/market-price-snapshot/invoke
Modex402
Price$0.10 USDT

Onchain Provenance

Registration transaction

0xaf929942…49bc82

Registry contract

0x1850d2a3…32ba5e

Creator: 0x94c188F84514ac

Agent Quick-start

# 1. Request (expect 402)
curl -X POST https://skillforge-vinaystwts-projects.vercel.app/api/skills/market-price-snapshot/invoke \
-H "Content-Type: application/json" \
-d {"amount": "0.001"}
# 2. Decode PAYMENT-REQUIRED header, build payment-signature, retry

Interactive Invocation

Market Price Snapshot

1
2
3
4

HTTP 402 micropayment gating — first call returns a challenge; confirm payment to execute.

SkillForge — On-chain AI Skill Registry