ToolAssay

Fetch acquisition signals with filtering by date, country, deal amount, and comp

Fetch acquisition signals with filtering by date, country, deal amount, and company details. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
263 msmedian answer time
$0.08listed price per call
$0.08price 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://x402.orthogonal.com/signalbase/signals/acquisitions

CategoryCompany and compliance
Provider hostx402.orthogonal.com
Networkseip155:143, eip155:8453
Payment schemesexact
Self-reported calls, 30 days4 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.08 263 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "date_preset": "last_7d"
  },
  "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": {
            "acquirer_countries": {
              "description": "Acquiring company HQ. Comma-separated country codes",
              "type": "string"
            },
            "acquiring_company": {
              "description": "Search by acquiring company name (partial match)",
              "type": "string"
            },
            "amount_max": {
              "description": "Maximum acquisition amount in whole dollars",
              "type": "integer"
            },
            "amount_min": {
              "description": "Minimum acquisition amount in whole dollars",
              "type": "integer"
            },
            "categories": {
              "description": "Pipe-separated company categories / industries",
              "type": "string"
            },
            "company_domain": {
              "description": "Acquired company website domain",
              "type": "string"
            },
            "company_linkedin_url": {
              "description": "Acquired company LinkedIn URL",
              "type": "string"
            },
            "company_name": {
              "description": "Search by acquired company name (partial match, fuzzy)",
              "type": "string"
            },
            "countries": {
              "description": "Acquired company HQ. Comma-separated country codes",
              "type": "string"
            },
            "currency": {
              "description": "Filter by currency (ISO 4217 code)",
              "type": "string"
            },
            "date_preset": {
              "description": "Relative date shorthand; takes precedence over dateFrom/dateTo. Valid values: today, yesterday, last_7d, last_14d, last_30d, last_60d, last_90d, last_6m, last_1y, last_2y, this_week, this_month, this_quarter, this_year, last_week, last_month, last_quarter, last_year.",
              "example": "last_7d",
              "type": "string"
            },
            "employee_count_max": {
              "description": "Maximum company employee count",
              "type": "integer"
            },
            "employee_count_min": {
              "description": "Minimum company employee count",
              "type": "integer"
            },
            "exclude_acquirer_countries": {
              "description": "Acquiring company HQ denylist. Comma-separated country names or codes to exclude",
              "type": "string"
            },
            "exclude_countries": {
              "description": "Acquired company HQ denylist. Comma-separated country names or codes to exclude",
              "type": "string"
            },
            "founded_year_max": {
              "description": "Maximum company founded year",
              "type": "integer"
            },
            "founded_year_min": {
              "description": "Minimum company founded year",
              "type": "integer"
            },
            "industry": {
              "description": "Comma-separated exact industry names",
              "type": "string"
            },
            "limit": {
              "description": "Results per page (max: 100)",
              "type": "integer"
            },
            "page": {
              "description": "Page number For later pages of the same logical search, keep non-pagination parameters unchanged and pass top-level parentRequestId from the first Orthogonal /v1/run response.",
              "type": "integer"
            },
            "search": {
              "description": "Free-text search across company name & industry",
              "type": "string"
            },
            "sort_by": {
              "description": "Sort field: occurred_at, discovered_at, amount, employee_count",
              "type": "string"
            },
            "sort_order": {
              "description": "Sort direction: asc or desc",
              "type": "string"
            },
            "subcategories": {
              "description": "Comma-separated subcategory IDs",
              "type": "string"
            },
            "verification_status": {
              "description": "Comma-separated statuses: verified, unverified, pending",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON