FETCH402
← Protocol index

Resource / 12884

unknown

NFT Insight (Scam Check, Owners).

Wallet NFT portfolio — always fetched fresh

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 20000 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",
  "type": "http"
}
OutputJSON
{
  "properties": {
    "chain": {
      "type": "string"
    },
    "freshness": {
      "properties": {
        "as_of": {
          "description": "ISO timestamp of the upstream data capture.",
          "type": "string"
        },
        "max_age_seconds": {
          "description": "86400 on the cached tier, 0 on live.",
          "type": "integer"
        },
        "tier": {
          "enum": [
            "cached",
            "live"
          ],
          "type": "string"
        }
      },
      "required": [
        "tier",
        "max_age_seconds",
        "as_of"
      ],
      "type": "object"
    },
    "nfts": {
      "items": {
        "description": "contract, tokenId, name, tokenType, collection, isSpam, balance.",
        "type": "object"
      },
      "type": "array"
    },
    "returned": {
      "description": "Items in this response (single page of up to 100).",
      "type": "integer"
    },
    "spamCount": {
      "description": "Returned items whose collection Alchemy flags as spam.",
      "type": "integer"
    },
    "totalCount": {
      "description": "Total NFTs the wallet holds (upstream count).",
      "type": [
        "integer",
        "null"
      ]
    },
    "truncated": {
      "description": "True when the wallet holds more than one page.",
      "type": "boolean"
    },
    "wallet": {
      "type": "string"
    }
  },
  "required": [
    "chain",
    "wallet",
    "totalCount",
    "returned",
    "truncated",
    "spamCount",
    "nfts",
    "freshness"
  ],
  "type": "object"
}