{
  "x402Version": 2,
  "id": 5257,
  "slug": "5257",
  "resource": "https://x402stock.xyz/api/v1/patents",
  "description": "A company's US patents from the USPTO Open Data Portal, newest filings first. Pass `?company=Tesla` (required, matches APPLICANT name — subsidiaries/variants need separate queries) plus `?limit=` (max 100). Each carries patent & application numbers, title, filing & grant dates, status, applicant, inventors, and a link. From x402stock, a market & economic data API (x402, USDC).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "company": "Tesla",
            "limit": 20
          },
          "type": "http"
        },
        "output": {
          "example": {
            "as_of": "2026-06-18T12:00:00.000Z",
            "attribution": "Source: U.S. Patent and Trademark Office (USPTO) Open Data Portal",
            "company": "Tesla",
            "count": 1,
            "patents": [
              {
                "applicant": "TESLA, INC.",
                "application_number": "18687455",
                "filing_date": "2024-02-28",
                "grant_date": "2024-12-31",
                "inventors": [
                  "Kurt FISCHER",
                  "Aditya MOHANTY"
                ],
                "patent_number": "12179682",
                "status": "Patented Case",
                "title": "BIASED BAG WRAP FOR RIMLESS STEERING WHEEL",
                "url": "https://patents.google.com/patent/US12179682"
              }
            ],
            "source": "uspto",
            "total_matched": 1878
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "company": {
                    "maxLength": 120,
                    "minLength": 2,
                    "type": "string"
                  },
                  "limit": {
                    "default": 20,
                    "exclusiveMinimum": 0,
                    "maximum": 100,
                    "type": "integer"
                  }
                },
                "required": [
                  "company",
                  "limit"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "as_of": {
                    "type": "string"
                  },
                  "attribution": {
                    "type": "string"
                  },
                  "company": {
                    "type": "string"
                  },
                  "count": {
                    "type": "number"
                  },
                  "patents": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "applicant": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "application_number": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "filing_date": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "grant_date": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "inventors": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "patent_number": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "status": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "title": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "url": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      },
                      "required": [
                        "patent_number",
                        "application_number",
                        "title",
                        "filing_date",
                        "grant_date",
                        "status",
                        "applicant",
                        "inventors",
                        "url"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "source": {
                    "const": "uspto",
                    "type": "string"
                  },
                  "total_matched": {
                    "type": "number"
                  }
                },
                "required": [
                  "source",
                  "as_of",
                  "company",
                  "total_matched",
                  "count",
                  "patents",
                  "attribution"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402stock.xyz",
  "lastUpdated": "2026-09-17T10:35:48.217Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-17T10:36:06.309Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402stock.xyz",
    "manifest_name": "x402stock.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}