FETCH402
← Protocol index

Resource / 13493

unknown

Unnamed resource.

Which distilleries, wineries, alcohol importers, and wholesalers hold a federal TTB basic permit in a market? Search the TTB List of Permittees by owner, operating/DBA name, permit number, permit_type (S/W/I/P), industry, state, city, county, zip, entity_id, or new-permit-only (new=true, a new-business trigger). Returns the permittee, operating name, address, industry type, and entity-resolved owner. Excludes brewers/tobacco (IRC 6103). TTB public-domain records.

Eligibility
probeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 2 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 1250000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x3873d15CF3209c32aaA8d9AA542164E658567129
active solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp exact 1250000 EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {
    "operating_name": "Distillery",
    "owner": "Southern Glazer's",
    "permit_number": "CA-W-25810"
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "rows": [
      {
        "city": "Louisville",
        "county": "Jefferson",
        "entity_id": null,
        "industry_type": "Distilled Spirits Plant",
        "is_distillery": true,
        "is_importer": false,
        "is_new": false,
        "is_wholesaler": false,
        "is_winery": false,
        "name": "Example Bourbon Distillers LLC",
        "operating_name": "Example Bourbon Co",
        "permit_number": "KY-S-21001",
        "permit_type": "S",
        "state": "KY",
        "street": "100 Distillery Rd",
        "zip": "40202"
      }
    ],
    "total_matched": 1
  },
  "type": "json"
}