GET /v1/payouts/tx/:hash
Get the payouts for a specific transaction. There could be multiple payouts for a transaction.
Body response:
[
{
"id": "69f5f97d-591a-4d5f-a4c2-ed96d5a6a168",
"asset": "ETH",
"amount": 0.0001,
"sourceId": "", // if any source set
"chainId": 1,
"type": "mev",
"reference": "0x.....", // transaction hash that generated this payout
"generatedBySourceId": "", // optional, if generated by a source
"payoutId": "", // populated if payout entry was paid
"createdAt": "2025-06-10T12:05:30Z",
"status": "PENDING", // or "PAID"
}
]
Last updated
Was this helpful?