{
  "x402Version": 2,
  "id": 15433,
  "slug": "15433",
  "resource": "https://testnet.queryspigot.com/api/v1/resolve",
  "description": "Resolve an Irish company from its name and optional CRO number, Eircode and address. Returns explicit ambiguity and matching evidence.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0x748C9c8908d6f472b260010f1CdC308025be29b9",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "eircode": "T12AB34",
            "name": "Example Software Ltd"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "candidates": [],
            "match": null,
            "snapshot_id": "synthetic-example",
            "source": {
              "notice": "Synthetic schema example.",
              "synthetic": true
            },
            "status": "no_match"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/api/v1/resolve",
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "body": {
                "additionalProperties": false,
                "anyOf": [
                  {
                    "required": [
                      "name"
                    ]
                  },
                  {
                    "required": [
                      "company_number"
                    ]
                  }
                ],
                "properties": {
                  "address": {
                    "type": "string"
                  },
                  "company_number": {
                    "type": "string"
                  },
                  "eircode": {
                    "type": "string"
                  },
                  "name": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "enum": [
                  "http"
                ],
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "testnet.queryspigot.com",
  "lastUpdated": "2026-09-10T08:07:59.335Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-10T08:07:58.421Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "testnet.queryspigot.com",
    "manifest_name": "testnet.queryspigot.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}