Skip to main content

How to Get NFT Whales with Tokenview NFT API?

tokenviewAbout 3 min

How to Get NFT Whales with Tokenview NFT API?

NFT investors are usually troubled by massive information sources. Under this trouble, NFT investors have derived a new goal: tracking “NFT whales”. Due to the openness and transparent features of blockchain data which spawned a new social transaction: whale watching. Recent data reports indicate that less than 20% of wallet addresses control more than 80% of NFTs on Ethereum. The NFT whales operate under asymmetric information, usually have more intelligence and continue to outperform the market, so the trends of the NFT whales will indicate the trends of the market.

In the blockchain field, all NFT investors can use the ability to track and replicate “NFT whales”. Compared with the traditional financial industry, because the information is not public, it is not feasible for investors to copy the investment strategies of KOL on social media to improve the returns of their own investment portfolios. However, due to its openness and transparency, the way of tracking and copying “NFT whales” is safe and reliable. How to quickly and effectively acquire NFT whales and shorten the time is still the goal of NFT investors.

1. What is a NFT whale?

A “whale” is a term used by both traditional and crypto investors to describe large players with deep pockets. “Whales” can directly affect the market and may cause sharp price fluctuations. NFT “whales” are collectors who own a large number of crypto-related assets (NFTs).

On-chain data is a very useful resource, and NFT investors can copy the transactions of the “whale” after finding the “whale”. Because on-chain data is real-time, by tracking the activity of “whales”, investors can mint or buy NFTs before prices rise.

2. How to track NFT whales with Tokenview NFT API

a. Introduction to Tokenview NFT API

Tokenview NFT APIopen in new window is a high-performance, multi-chain API for accessing and obtaining blockchain NFT data. Tokenview conducts structured processing of data, and can access NFT data across chains without relying on native APIs, including on-chain transaction data, NFT Metadata, NFT market data, NFT ranking statistics, etc.

Use your email to register your account in the Tokenview API management systemopen in new window. After successful registration, you can get an NFT APIKEY.

how to use nft api to track whales
how to use nft api to track whales

b. Use NFT API to discover “NFT whales”

The reason why NFT whales are called NFT whales is because they have a large number of NFT assets with high value, and currently the most valuable and well-known NFT collections in the market are: CryptoPunks, Bored Ape Yacht Club, Art Blocks, Moonbirds, etc. By querying the “holders” of these NFT collections, NFT whales can be discovered and acquired.

Get all 「holders」 of the NFT Collection

https://services.tokenview.io/nft/{public_chain_abbreviation_lowercase}/blockdata/statistics/holders/{collection_address}/{page}/{page_size}?apikey={apikey}

Parameters:

  • {public_chain_abbreviation_lowercase}: eth
  • {collection_address}: 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d (BAYC contract address)
  • {page}: 1
  • {page_size} : 20
  • {apikey}: your_apikey

API callback data display: The address with the most BAYC holders is 0xdbfd76af2157dc15ee4e57f3f942bb45ba84af24, and this address has a total of 252 BAYC NFTs.

c. Use the NFT API to obtain the number of NFT Whale

According to the previous steps, we obtained the address of the BAYC NFT whales. Taking the first-ranked NFT whale as an example, we can use the Tokenview NFT API to obtain all the NFTs of the NFT whale address and the number of each NFT.

Get the NFT owned by the wallet address

https://services.tokenview.io/nft/{public_chain_abbreviation_lowercase}/blockdata/assets/inventory/{wallet_address}/{type}?apikey={apikey}

Parameters:

  • {public_chain_abbreviation_lowercase}: eth
  • {wallet_address}: 0xdbfd76af2157dc15ee4e57f3f942bb45ba84af24
  • {type} : The type of contract, RC721 | RC1155
  • {apikey}: Get your activated apikey from the API system: https://services.tokenview.ioopen in new window
how to use nft api to track whales
how to use nft api to track whales

The API callback information displays all NFTs held by the address, including the NFT contract address, NFT type, and NFT name. You can also obtain the number of NFTs held by the wallet address and the specified contract address.

d. Get the number of NFTs owned by the wallet address

https://services.tokenview.io/nft/{public_chain_abbreviation_lowercase}/blockdata/assets/balance/{wallet_address}/{collection_address}?apikey={apikey}

Parameters:

  • {public_chain_abbreviation_lowercase}: eth
  • {wallet_address}: 0xdbfd76af2157dc15ee4e57f3f942bb45ba84af24
  • {collection_address}: 0x5d8fe70c8fca24866afad9e6da6ab5c2c4cbf600 (Track Dark Country)
  • {apikey}: Get your activated apikey from the API system: https://services.tokenview.ioopen in new window

The API callback information shows that there is a total of 1 Track Dark Country NFT held by the wallet address. Using this interface link, the number of NFTs held by the wallet address can be obtained by analogy.

e. Use the NFT API to Copy NFT Whale Transaction

According to the above steps, NFT investors can locate and track the NFT whales, and analyze the NFTs held by the whales. The NFT API can also obtain information on the last 1,000 NFT transactions of the NFT whale, and investors can quickly copy the whale’s transactions.

Get the latest 1000 NFT transactions from wallet address

https://services.tokenview.io/nft/{public_chain_abbreviation_lowercase}/blockdata/assets/tokentrans/all/{wallet_address}/{type}/{page}/{page_size}?apikey={apikey}

Parameters:

  • {public_chain_abbreviation_lowercase}: eth
  • {wallet_address}: 0xdbfd76af2157dc15ee4e57f3f942bb45ba84af24
  • {type} : all/721/1155
  • {Page}: 1
  • {page_size}: 20
  • {apikey}: Get your activated apikey from the API system: https://services.tokenview.ioopen in new window

The API callback information shows the latest NFT transaction list of this giant whale address. The most recent transaction of this address is “Buy 1 BAYC NFT with NFTID 8914”.

3. Conclusion

The NFT continues to grow and develop rapidly. Tokenview NFT API is the perfect tool to locate NFT whales and track their transactions in real time. By observing the operations of NFT whales, investors can not only identify the trend of NFT market projects, but also create NFT applications through API, occupying a place in the initial market of web3.

More:https://services.tokenview.io/en/product/nftopen in new window

About Tokenview Blockchain APIs & Data Service Platform:

Tokenview blockchain APIs & data service platform contained 120+ blockchains has powerful endpoints that simplify complex blockchain data into single API calls. Code for all supported blockchains using unified API calls. From here to easily get transaction, address, gas, contract, token, NFT, logs and any information from chain. And Yes you can also send tx to chain. One-click configuration with APIKey helps developers to Use, to Create, to Build.
Last update: