AppController_getTransactionReceipt
GET/v2/tx-receipt
AppController_getTransactionReceipt
Request​
Query Parameters
transactionHash stringrequired
Transaction hash originating from the source chain while bridging assets.
Example: 0xddb77ebf8e52e8dd5931ad82cb482feabdb019862eedde35c3e8f9c6df72a781
chainId stringrequired
ID of source chain, e.g Ethereum Mainnet = 1
Example: 1
Header Parameters
API-KEY string
Responses​
- 200
Returns the receipt of the transaction.
- application/json
- Schema
- Example (from schema)
Schema
successbooleanrequired
Status of API.
Example:
true
resultobjectrequired
{
"success": true,
"result": {}
}