# NFT Ownership

> Resolve owners of a token, balances per address, and metadata for NFTs and multitokens.

- canonical: <https://ai.tatum.io/capabilities/nft-ownership>
- category: `data`
- risk: `low`

## Canonical recipe

End-to-end procedure: [nft-ownership-checker](https://ai.tatum.io/workflows/nft-ownership-checker). This capability page is the hub (tools, OpenAPI, examples).

## Why agents use it

Lets agents gate access, verify drops, or audit ownership without bespoke indexers.

## MCP tools

- `get_owners`
- `check_owner`
- `get_metadata`

## OpenAPI references

- `/openapi/blockchain-data.json` (tag: `NFT API`)

## Docs

- <https://docs.tatum.io>

## Notes

## Canonical recipe

End-to-end procedure: [NFT Ownership Checker](/workflows/nft-ownership-checker). Resolve contract, check owners, optional metadata.

## Risk

Read-only.
