nft-ownership
Use cases
- Token-gated access
- Drops and collector-only content
Flow type
Lookup. Proofable checks on-chain ownership.Required Fields
Example
nft-ownership.json.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gate access when a wallet holds a specific NFT.
nft-ownership
| Field | Required | Notes |
|---|---|---|
contractAddress | Yes | NFT contract or mint |
tokenId | Yes | Token ID |
chainId or chain | Yes | Chain id or CAIP-2 chain |
tokenType | No | erc721 (default) or erc1155 |
ownerAddress | No | Wallet to check; defaults to the signer |
blockNumber | No | Check ownership at a specific block |
{
"contractAddress": "0x...",
"tokenId": "1",
"chainId": 8453
}
nft-ownership.json.