Individual trade info
Documentation for the /history/tx endpoint used to fetch trade information for a given transaction hash.
Last updated
Documentation for the /history/tx endpoint used to fetch trade information for a given transaction hash.
Last updated
```json
{
"chain_id": 137,
"txHash": "0x8f4adfc8aa60711c464194a2d297f823e7f54fadc3995ea1844d6731fdaf38ee",
"status": "CONFIRMED",
"type": "121",
"taker": "0x5Bad996643a924De21b6b2875c85C33F3c5bBcB6",
"receiver": "0x5Bad996643a924De21b6b2875c85C33F3c5bBcB6",
"sellTokens": {
"0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270": {
"amount": "5000000000000000000",
"amountUsd": 3.1801205247873106,
"symbol": "WMATIC"
}
},
"buyTokens": {
"0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063": {
"amount": "3160088590795045782",
"amountUsd": 3.160088590795046,
"symbol": "DAI"
}
},
"volumeUsd": 3.160088590795046,
"gasFeeUsd": 0.019895358516676665,
"timestamp": "2023-06-29 13:10:24Z"
}
```