The most powerful API to retrieve all the current NFT ownership. You can get owners by NFT, get owners by collection, get NFTs by wallet, get collections by wallet, get NFTs by collections, and so on.

API detailed page: [link]

Transformation Logic:

SELECT
  "wallet_address",
  "token_address",
  "evt_block_time",
  "token_id",
  "amount",
  "name",
  "symbol",
  "standard",
  "process_time"
FROM
  ethereum_mainnet.erc721_balance_latest
Language
Click Try It! to start a request and see the response here!