ToolAssay

Crypto and financial news search

Crypto and financial news search. Returns current headlines about cryptocurrencies, tokens, markets and finance with source, domain, URL, snippet and publication time. For trading agents, crypto research, market monitoring and news feeds. Query by coin, ticker or topic (e.g. bitcoin, ethereum, solana).

Answeringour last check, 2026-09-24
1 of 1checks answered this week
890 msmedian answer time
$0.004listed price per call
$0.004price 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://agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/v1/crypto/news

CategoryMarket data
Provider hostagent-commerce-factory-jm.austriaeast.cloudapp.azure.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.004 890 ms

Example input (from the provider)

{
  "body": {
    "depth": 10,
    "languageCode": "en",
    "locationCode": 2840,
    "query": "bitcoin"
  },
  "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": {
            "depth": {
              "default": 10,
              "maximum": 10,
              "minimum": 1,
              "type": "integer"
            },
            "languageCode": {
              "default": "en",
              "type": "string"
            },
            "locationCode": {
              "default": 2840,
              "minimum": 1,
              "type": "integer"
            },
            "query": {
              "maxLength": 700,
              "minLength": 1,
              "type": "string"
            }
          },
          "required": [
            "query"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "count": {
              "type": "integer"
            },
            "economics": {
              "properties": {
                "sellPriceUsd": {
                  "type": "number"
                },
                "upstreamCostUsdActual": {
                  "type": [
                    "number",
                    "null"
                  ]
                }
              },
              "type": "object"
            },
            "items": {
              "items": {
                "properties": {
                  "domain": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "imageUrl": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "publishedAt": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "rank": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "snippet": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "source": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "timePublished": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "title": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "url": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "machine": {
              "type": "string"
            },
            "query": {
              "type": "string"
            },
            "route": {
              "type": "string"
            }
          },
          "required": [
            "machine",
            "route",
            "items"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON