AgentServices

Paid APIs for AI Agents — Market Data + Dispute Resolution

x402 / USDC on Base 4 Free Endpoints 4 Paid Endpoints

Quick Start

No signup. No API keys. Free endpoints work immediately. Paid endpoints use x402 micropayments.

# Free: Get BTC price
curl https://agentservices.to/v1/price/BTC

# Free: Batch prices
curl "https://agentservices.to/v1/prices?symbols=BTC,ETH,SOL"

# Free: Fear & Greed Index
curl https://agentservices.to/v1/fear-greed

# MCP: Connect your AI tool
# URL: https://agentservices.to/mcp (Streamable HTTP)

Market Data

GET /v1/price/{symbol}
Current crypto price (BTC, ETH, SOL, XRP...)
FREE
GET /v1/prices?symbols=BTC,ETH
Batch crypto prices
FREE
GET /v1/indicators/{symbol}
RSI, Bollinger Bands, ATR, Support/Resistance
$0.02
GET /v1/yields
Top DeFi yield pools by TVL
$0.02
GET /v1/fear-greed
Crypto Fear & Greed Index (0-100)
FREE

Location & Web

GET /v1/geo/{ip}
IP geolocation lookup (country, city, ISP)
FREE
GET /v1/metadata?url=...
URL metadata extraction and unfurling
$0.01

Dispute Resolution (AgentCourt Engine)

POST /v1/disputes
Submit dispute for policy-driven ruling. 7 policies: freelance, milestone, SLA, API quality, bug bounty, scope, physical commerce.
$0.05
GET /v1/policies
List dispute policy templates
FREE

MCP Integration

Connect AgentServices directly to Claude, Cursor, or any MCP client:

MCP Server URL: https://agentservices.to/mcp
Transport: Streamable HTTP

8 tools available immediately. No installation required.

Payments (x402)

Paid endpoints use the x402 protocol. No API keys, no subscriptions.

  1. Agent requests a paid endpoint
  2. Server returns HTTP 402 with payment details
  3. Agent pays in USDC on Base Mainnet
  4. Server verifies and returns data

Wallet: 0x9863aB6242663FCc84c33632741711dB78f8Fd15

Links

Swagger/OpenAPI Docs · llms.txt · Health Check · GitHub