get deprecatedhttps://api.tatum.io/v3/data/owners/address
1 credit per API call
Check if wallet address owns any specified token (ERC-20, ERC-721 or ERC-1155) on the following blockchains:
- Celo - celo / celo-testnet
- Ethereum - ethereum / ethereum-sepolia / ethereum-holesky
- BNB (Binance) Smart Chain - bsc / bsc-testnet
- Polygon - polygon
- Horizen EON - eon-mainnet
- Chiliz - chiliz-mainnet
To get started:
- Provide a chain name, wallet address and address of any fungible token, NFT or multitoken collection. Our API will return
true
if provided wallet address owns them. - If wallet address does not own the specific token, response body is
false
and status code is200
. - It is also possible to check if wallet address owns a specific NFT by specifying a
tokenId
.