FETCH402
← Protocol index

Resource / 12891

unknown

ENS Resolver.

Arbitrary ENS text records for a name

Eligibility
unprobeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 2000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x54ebFCF3870439B9db62381848c5DabC05c70d5B

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": {
    "keys": "Comma-separated record keys, max 10 (default: avatar,description,url,com.twitter,com.github,email)."
  },
  "type": "http"
}
OutputJSON
{
  "properties": {
    "cache": {
      "enum": [
        "hit",
        "miss"
      ],
      "type": "string"
    },
    "missing": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "name": {
      "type": "string"
    },
    "records": {
      "additionalProperties": {
        "type": "string"
      },
      "type": "object"
    },
    "resolvedAt": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "records",
    "missing",
    "resolvedAt",
    "cache"
  ],
  "type": "object"
}