GET /trade/v1/info/tx/{txHash}
Get information of a cross chain trade given a transaction hash (it has to be the transaction hash on the origin chain)
Last updated
Was this helpful?
Get information of a cross chain trade given a transaction hash (it has to be the transaction hash on the origin chain)
Last updated
Was this helpful?
Transaction hash of the trade.
0xce73f64f469f91ddf708ce5c5a0ae464c162f1e7b3415187fe8572212a56ed07
GET /trade/v1/info/tx/{txHash} HTTP/1.1
Host:
Authorization: Bearer Bearer
Accept: */*
Get information of a cross chain trade
{
"srcTxHash": "0xce73f64f469f91ddf708ce5c5a0ae464c162f1e7b3415187fe8572212a56ed07",
"dstTxHash": "0xce73f64f469f91ddf708ce5c5a0ae464c162f1e7b3415187fe8572212a56ed07",
"srcChainId": 109,
"dstChainId": 102,
"status": "DELIVERED",
"tradeProtocol": "text",
"stargateAdditionalInfo": {},
"celerAdditionalInfo": {},
"debridgeAdditionalInfo": {},
"receivedDifferentTokens": "false",
"providerInfo": {
"name": "Celer",
"contractVersion": "v2",
"logo": "https://api.zcx.com/data/logo/interoperability-provider/cbridge.svg"
}
}