Bundle Refund
This endpoint allows user to get refund amount for a bundle.
REQUEST
Method: blxr_get_bundle_refund
Parameters
Parameter
Description
bundle_hash
[Mandatory] Hash of the bundle for which refund amount is requested
Examples
curl --location 'https://mev.api.blxrbdn.com'
--header 'Authorization: Header'
--header 'Content-Type: application/json'
--data '{ "id": "1", "jsonrpc": "2.0", "method": "blxr_get_bundle_refund",
"params": {
"bundle_hash": "0x123...abc"
}
}'
RESPONSE
Result Fields
Result Field
Description
refund
refund amount for bundle
Example:
{
"id": "1",
"result": {
"refund": "0.000136675547329641"
},
"jsonrpc": "2.0"
}
NOTES
blxr_get_bundle_refund is available only on Cloud-API