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
Get transaction receiptRetrieve the transaction receipt by blockchain native asset ID and transaction hash
> **Note** > This functionality is exclusively available for EVM (Ethereum Virtual Machine) compatible chains.
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor, and Viewer.
Next
TypeScript