ToolAssay

Use this when a question needs several of these tools chained together and a wri

Use this when a question needs several of these tools chained together and a written answer, for example comparing tokens or researching a launcher. Price: $0.541 in USDC on Base, or $0.551224 in USDG or $SWOGE on Robinhood Chain (tool price + settlement cost, minimum $0.02).

Answeringour last check, 2026-09-27
1 of 1checks answered this week
959 msmedian answer time
$0.541listed price per call
$0.541price 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://web-production-220a3.up.railway.app/agentic/call/ask_agent

CategoryMarket data
Provider hostweb-production-220a3.up.railway.app
Networkseip155:4663, eip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-27 valid payment request 402$0.541 959 ms

Example input (from the provider)

{
  "body": {
    "arguments": {
      "task": "is LOBSTER worth a look?"
    }
  },
  "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": {
            "arguments": {
              "properties": {
                "model": {
                  "enum": [
                    "sonnet-5"
                  ],
                  "type": "string"
                },
                "task": {
                  "maxLength": 2000,
                  "type": "string"
                }
              },
              "required": [
                "task"
              ],
              "type": "object"
            }
          },
          "required": [
            "arguments"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "ok": {
              "const": true,
              "type": "boolean"
            },
            "outil": {
              "const": "ask_agent",
              "type": "string"
            },
            "resultat": {
              "properties": {
                "answer": {
                  "type": "string"
                },
                "sources": {
                  "items": {
                    "properties": {
                      "titre": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "url"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "steps": {
                  "type": "number"
                },
                "stoppedByBudget": {
                  "type": "boolean"
                },
                "tokens": {
                  "items": {
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "required": [
                "answer",
                "sources",
                "tokens",
                "steps"
              ],
              "type": "object"
            },
            "texte": {
              "type": "string"
            },
            "x402": {
              "properties": {
                "amount": {
                  "type": "string"
                },
                "asset": {
                  "type": "string"
                },
                "network": {
                  "type": "string"
                },
                "transaction": {
                  "type": "string"
                }
              },
              "required": [
                "transaction",
                "network",
                "amount",
                "asset"
              ],
              "type": "object"
            }
          },
          "required": [
            "ok",
            "outil"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON