Check owner of token

/v4/data/owners/address

1 credit per API call

📘

Note for v3 API users:

As part of our documentation consolidation, we removed the dedicated page for GET /v3/data/owners/address. Users can refer to GET /v4/data/owners/address for the latest documentation, as both endpoints function the same—simply replace v4 with v3 in the API URL if using the v3 version.

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
  • 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 is 200.
  • It is also possible to check if wallet address owns a specific NFT by specifying a tokenId.
Language
Credentials
Header
Click Try It! to start a request and see the response here!