get-protorev-profits-by-tx
Query MEV profits generated by ProtoRev for a specific transaction on the Osmosis blockchain using a transaction hash.
Instructions
Returns ProtoRev MEV profits by transaction
Input Schema
Name | Required | Description | Default |
---|---|---|---|
txHash | Yes | The transaction hash to query |
Input Schema (JSON Schema)
{
"properties": {
"txHash": {
"description": "The transaction hash to query",
"type": "string"
}
},
"required": [
"txHash"
],
"type": "object"
}