{
  "x402Version": 2,
  "id": 4310,
  "slug": "4310",
  "resource": "https://api.eckari.com/v1/companies/us/resolve",
  "description": "Turn a company-name fragment or stock ticker into the SEC EDGAR identifiers. Searches the SEC listed-security index and returns ranked matches with the 10-digit CIK, ticker, registered name and listing exchange. Deterministic ranking: ticker exact, then name exact, then name prefix, then name contains. Use it for names — the other company.us.* capabilities take a ticker directly. Use when: Which SEC filer and CIK does the company name \"Apple\" belong to?",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9d6b6fdB04040a55d58B24ff4C90C08cf6083C8f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": 3,
            "q": "AAPL"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "items": [
                {
                  "cik": "0000320193",
                  "exchange": "Nasdaq",
                  "name": "Apple Inc.",
                  "ticker": "AAPL"
                }
              ],
              "match_type": "ticker_exact",
              "page": {
                "has_more": false,
                "limit": 3,
                "next_offset": null,
                "offset": 0,
                "returned": 1,
                "total": 1
              },
              "query": "AAPL"
            },
            "meta": {
              "capability": "company.us.resolve",
              "freshness": "near_live",
              "source": "sec_edgar",
              "version": "2.0.0"
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/companies/us/resolve",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "limit": {
                    "default": 10,
                    "description": "Maximum number of ranked matches to return. Ranking is applied before the limit; page.total reports how many matched in full.",
                    "maximum": 25,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "q": {
                    "description": "Ticker symbol (e.g. AAPL) or company-name fragment (e.g. Apple). Matching is case-insensitive and trimmed; no fuzzy matching is applied.",
                    "maxLength": 200,
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "q"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "payment-identifier": {
      "info": {
        "required": false
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "id": {
            "maxLength": 128,
            "minLength": 16,
            "pattern": "^[a-zA-Z0-9_-]+$",
            "type": "string"
          },
          "required": {
            "type": "boolean"
          }
        },
        "required": [
          "required"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "payment-identifier"
  ],
  "sourceHost": "api.eckari.com",
  "lastUpdated": "2026-09-09T10:12:09.831Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-09T10:12:09.585Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.eckari.com",
    "manifest_name": "api.eckari.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"
  }
}