ToolAssay

OptimAI Search

OptimAI Search: an agent-ready decentralized search API powered by OptimAI Network nodes. Ask a natural-language question and get real-time, citation-backed search results across web, social, and crypto data.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
978 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api-onchain.optimai.network/external/v1/x402/search

CategoryMarket data
Provider hostapi-onchain.optimai.network
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 978 ms

Example input (from the provider)

{
  "body": {
    "query": "What are the latest updates on OptimAI Network?"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "query": {
              "description": "Natural-language search or research question for an AI agent to answer with OptimAI Search.",
              "maxLength": 1000,
              "minLength": 1,
              "type": "string"
            },
            "search_mode": {
              "default": "search",
              "description": "Select standard Search or text-only Agent mode.",
              "enum": [
                "search",
                "agent"
              ],
              "type": "string"
            }
          },
          "required": [
            "query"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "id": {
              "type": "string"
            },
            "query": {
              "type": "string"
            },
            "result": {
              "properties": {
                "answer": {
                  "type": "string"
                },
                "citations": {
                  "items": {
                    "properties": {
                      "snippet": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "title": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "url": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "url"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "type": "object"
            },
            "status": {
              "enum": [
                "pending",
                "planning",
                "searching",
                "processing",
                "aggregating",
                "completed",
                "failed",
                "cancelled"
              ],
              "type": "string"
            },
            "x402_payment_status": {
              "enum": [
                "verified_unsettled",
                "settled",
                "voided",
                "settlement_failed"
              ],
              "type": "string"
            }
          },
          "required": [
            "id",
            "status",
            "query"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON