Contract address finder
Last updated
Last updated
[apis/nftport/v0/Contract address finder]
Finds a contract address based on the hash of the transaction that deployed the contract. Retrieve a deployed contract: https://docs.nftport.xyz/docs/nftport/?search=retrieve-a-deployed-contract
Keywords: web3, blockchain, crypto, nft, smart contract, deploy, ethereum, polygon, rinkeby
transaction_hash: string
Receives the hash for the transaction that deployed the smart contract. Reference: https://docs.nftport.xyz/docs/nftport/?search=retrieve-a-deployed-contract#Path-Parameters
params:
Reference: https://docs.nftport.xyz/docs/nftport/?search=retrieve-a-deployed-contract#Query-Parameters Default chain value: "polygon"
data:
Sends the details of the contract that was deployed in the specified transaction. Reference: https://docs.nftport.xyz/docs/nftport/?search=retrieve-a-deployed-contract#response-body
response:
Sends the original response.
error: {"error": string, "details": any}