Designed for Developers. Designed for Business.
We obsess over creating products that help your business stand out. Our APIs add a further layer to blockchain infrastructure that saves you development time and enhances your platform.
Easily tap into Metcy's bleeding edge technology to outsmart your Web3 competition.
verify.py
# Verify NFT Owner & Improve Platform Security
# Endpoint: isNFTOwner
import requests
url = "https://api.metcy.io/v1/eth/isNFTOwner/?contractAddress=0x102daabd1e9d294d4436ec4c521dce7b1f15499e&tokenId=103&ownerAddress=0x338ad1918362025f34b3701dac1e9648e8e8268f"
response = requests.request("GET", url)
print(response.text)