marketv1beta
Gas Price Snapshot
Agent-ready gas estimation primitive. Lets upstream agents decide whether to proceed, wait, or adjust tip before submitting transactions — especially useful for execution-sensitive skills.
gasnetworkfeesevm
Price per call
$0.05
Invocations
44
Rating
4.5 / 5
Ratings
3
Invoke mode
x402
Powered by
OKX Chain API
Sample Agent Prompt
"Get current gas price estimate on X Layer."
Invocation Surface
Endpoint
POST /api/skills/gas-price-snapshot/invokeModex402
Price$0.05 USDT
Agent Quick-start
# 1. Request (expect 402)
curl -X POST https://skillforge-vinaystwts-projects.vercel.app/api/skills/gas-price-snapshot/invoke \
-H "Content-Type: application/json" \
-d {"amount": "0.001"}
# 2. Decode PAYMENT-REQUIRED header, build payment-signature, retry
Interactive Invocation
Gas Price Snapshot
1
2
3
4
HTTP 402 micropayment gating — first call returns a challenge; confirm payment to execute.
Quick Actions