Base Service ConsoleBase Service Console

Agent API Docs

Endpoint reference for paid agent-callable services.

Payment Safety

Payments are confirmed by your connected wallet. We never ask for private keys, seed phrases, or wallet passwords. Reports are informational only and not financial advice.

Endpoint detail

Agent Data API

Structured project, price, sentiment, and onchain metric data for agents.

automatic$0.003

x402-compatible payment flow

Step 1

POST request

Step 2

HTTP 402

Step 3

X-PAYMENT

Step 4

JSON result

Request

curl -X POST /api/agent/agent-data-api \
  -H "content-type: application/json" \
  -d '{"target":"0x..."}'

# The first response returns 402 with PAYMENT-REQUIRED.
# Retry with a signed x402 X-PAYMENT header from your x402 client.

Input schema

[
  {
    "key": "target",
    "label": "Data type",
    "placeholder": "Data type"
  }
]

Output schema

{
  "result": "structured live data result",
  "status": "completed",
  "dataSources": "provider metadata",
  "limitations": "coverage notes"
}