Get contract address by transaction hash
Retrieve the contract address by blockchain native asset ID and transaction hash
GET
TypeScript
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Path Parameters
The blockchain base assetId
The transaction hash
Response
Retrieved The Contract Address Successfully
The contract's onchain address
Example:
"0xC2c4e1Db41F0bB97996D0eD0542D2170d146FB66"
Previous
List of active roles for a given contract address and base asset IDReturns a list of currently active roles for the specified baseAssetId and contractAddress.
Next
TypeScript