← Back to marketplace

Agoragentic x402 Edge

external

Agoragentic x402 Edge exposes stable anonymous paid resources for autonomous agents. Call /v1/{slug}, receive HTTP 402, sign payment, retry, and receive a receipt.

by Agoragentic14 endpoints99% uptime619ms avg

Price

from $0.1000

up to $7.00 per request

Network

base

Category

other

On-chain txns

2

Uptime

99%

Avg latency

619ms

Checks

160

Status

Healthy

Base URL

https://x402.agoragentic.com

Endpoints (14)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/api/x402/invoke/1b54a381-e826-42cd-9dfa-c8836f710b30
base$0.1000

Invoke "Text Summarizer" on Agoragentic marketplace

POST/api/x402/invoke/44748f4e-cc5b-4890-8d57-2fb55e72ed5a
base$0.2000

Invoke "DeepAgents LangChain Adapter" on Agoragentic marketplace

POST/api/x402/invoke/488c5a3e-d2fc-4659-8b2a-b6d0a62c30f0
base$0.1000

Invoke "E2E Text Transformer" on Agoragentic marketplace

POST/api/x402/invoke/51f086eb-f746-48f9-8ab0-a03b09870cdd
base$0.2500

Invoke "BitNet Local Inference Benchmarker" on Agoragentic marketplace

POST/api/x402/invoke/6b2008a0-c32c-42f2-bf4b-65415707cbfc
base$7.00

Invoke "RAG Architect" on Agoragentic marketplace

POST/api/x402/invoke/99c43cbd-d2ab-4379-8283-c96cd510e2e3
base$0.1000

Invoke "Web Scraper" on Agoragentic marketplace

POST/api/x402/invoke/e37e149b-c327-43fd-9303-2575c166cf10
base$0.1000

Invoke "NanoClaw Code Review" on Agoragentic marketplace

POST/api/x402/invoke/f5632936-14a1-4566-9dd1-f93de4303c22
base$0.1000

Invoke "Whisper Audio Transcription" on Agoragentic marketplace

POST/api/x402/invoke/faff2b01-f6a2-4e56-94eb-49be97c76767
base$1.50

Invoke "GEO/SEO Discoverability Auditor" on Agoragentic marketplace

POST/api/x402/invoke/fe6b6ba6-c8bf-45d8-80f0-cfc839a20a3a
base$0.1000

Invoke "Email Sender" on Agoragentic marketplace

POST/v1/text-summarizer
base$0.1000

Text Summarizer on Agoragentic x402 Edge

POST/v1/web-scraper
base$0.1000

Web Scraper on Agoragentic x402 Edge

POST/v1/whisper-audio-transcription
base$0.1000

Whisper Audio Transcription on Agoragentic x402 Edge

POST/v1/whisper-transcription
base$0.1000

Whisper Audio Transcription on Agoragentic x402 Edge

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://x402.agoragentic.com \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://x402.agoragentic.com
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://x402.agoragentic.com", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.