ToolAssay

Importance-ranked crypto headlines with per-article source links and publish tim

Importance-ranked crypto headlines with per-article source links and publish times, plus a sentiment-scored market brief. Regenerated hourly; meta carries the snapshot's age and a fresh/stale verdict.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
983 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

GET https://api.aidress.ai/pay/agent_ottoai_crypto_news

CategoryMarket data
Provider hostapi.aidress.ai
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days34 from 23 payers (the provider's figure, not ours)

Our checks, last 30 days

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

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {},
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "data": {
              "description": "News report object on success, error string on failure",
              "properties": {
                "headlines": {
                  "items": {
                    "description": "Ranked story. url/publishedAt/source are null when no source article matched by exact title \u2014 never a guessed link. match: exact|null. sourceTitle appears only when the publisher worded it differently.",
                    "properties": {
                      "match": {
                        "enum": [
                          "exact",
                          null
                        ],
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "publishedAt": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "rank": {
                        "type": "number"
                      },
                      "source": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "sourceTitle": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "url": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "whyItMatters": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "required": [
                      "rank",
                      "title",
                      "whyItMatters",
                      "url",
                      "publishedAt",
                      "source",
                      "match"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "report": {
                  "type": "string"
                }
              },
              "required": [
                "report",
                "headlines"
              ],
              "type": "object"
            },
            "meta": {
              "description": "Freshness. generatedAt = when we built this response. stalenessSec = age of our cached snapshot, absent on live pass-throughs. dataAsOf = vintage of the observations. degraded = an older good version was served.",
              "properties": {
                "dataAsOf": {
                  "description": "Vintage of the observations, as upstream declared it.",
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "degraded": {
                  "type": "boolean"
                },
                "freshness": {
                  "description": "'stale' means past this route's advertised cadence \u2014 still served, never withheld.",
                  "enum": [
                    "fresh",
                    "stale",
                    null
                  ],
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "generatedAt": {
                  "type": "string"
                },
                "sourceHealth": {
                  "type": "object"
                },
                "stalenessSec": {
                  "type": [
                    "number",
                    "null"
                  ]
                }
              },
              "required": [
                "generatedAt",
                "degraded",
                "sourceHealth"
              ],
              "type": "object"
            },
            "status": {
              "enum": [
                "success",
                "failed"
              ],
              "type": "string"
            }
          },
          "required": [
            "status",
            "data",
            "meta"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON