LPC Collection Facts
LPC Collection Facts. Collection-level facts for the LPC NFT collection on Polygon: supply, holder count, tier distribution, concentration and marketplace activity. Every response carries the scan time, so the age of the snapshot is never hidden. Aggregates only — no owner addresses, no account-linked data, and not a valuation.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
150 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://app.tenna.ai/api/x402/lumi/lpc_nft_info
| Category | Everything else |
|---|---|
| Provider host | app.tenna.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 9 from 5 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 150 ms |
Example input (from the provider)
{
"body": {
"offering": "lpc_nft_info"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"description": "No inputs; returns the current snapshot.",
"properties": {
"offering": {
"const": "lpc_nft_info",
"description": "Offering identifier. Must be exactly 'lpc_nft_info'.",
"type": "string"
}
},
"required": [
"offering"
],
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"chainId": {
"description": "Chain the contract lives on.",
"type": [
"integer",
"null"
]
},
"contract": {
"description": "Contract queried.",
"type": [
"string",
"null"
]
},
"dataFreshness": {
"description": "Scan time, age and sync schedule. Keys without a 'sync' prefix describe the data (lastFullScanAt, ageHours, provider, snapshotFetchedAt); 'sync' keys describe the job that refreshes it. freshnessNote_en states how lastFullScanAt and syncLastRunAt differ, since they sit side by side and can be seconds apart.",
"type": "object"
},
"holderCountSemantics": {
"description": "Machine-readable populations and cross-tier counting semantics.",
"type": "object"
},
"largestTierShare": {
"description": "Share held by the largest tier, percent.",
"type": [
"number",
"null"
]
},
"limitations": {
"description": "Coverage limits and missing data, always disclosed.",
"items": {
"type": "string"
},
"type": "array"
},
"marketplace": {
"description": "Provider-marketplace counts and explicit coverage scope.",
"type": "object"
},
"observed": {
"description": "Whether a snapshot was available.",
"type": "boolean"
},
"offering": {
"const": "lpc_nft_info",
"description": "Offering that produced this result.",
"type": "string"
},
"provenance": {
"description": "Reproducibility metadata so another agent can audit this.",
"properties": {
"auditedDeliverableHash": {
"description": "Explicit alias for resultHash on deliverable-audit results; hashes the buyer-supplied input, not the audit envelope.",
"type": [
"string",
"null"
]
},
"generatedAt": {
"description": "Unix seconds.",
"type": "integer"
},
"ledgerLaunchCount": {
"description": "Launches in the ledger. Null when the offering is not derived from the launch ledger \u2014 this means not applicable, not collection failure.",
"type": [
"integer",
"null"
]
},
"ledgerSpanHours": {
"description": "Hours of history covered. Null when the offering is not derived from the launch ledger.",
"type": [
"number",
"null"
]
},
"resultHash": {
"description": "Hash of the audited input, so the same verdict can be reproduced. Present on audit offerings.",
"type": [
"string",
"null"
]
},
"rubricVersion": {
"description": "Rubric the verdict was produced under. Present on audit offerings.",
"type": [
"string",
"null"
]
},
"source": {
"description": "Data origin.",
"type": "string"
}
},
"type": "object"
},
"schemaVersion": {
"description": "Deliverable contract version.",
"type": "string"
},
"tiers": {
"description": "Per-tier token and holder counts.",
"items": {
"type": "object"
},
"type": "array"
},
"tokensPerHolder": {
"description": "Overall collection totalTokens divided by distinct totalHolders.",
"type": [
"number",
"null"
]
},
"totalHolders": {
"description": "Distinct holding addresses.",
"type": [
"integer",
"null"
]
},
"totalTokens": {
"description": "Tokens in the collection.",
"type": [
"integer",
"null"