Bundle Refund

This endpoint allows user to get refund amount for a bundle.

REQUEST

Method: blxr_get_bundle_refund

Parameters

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

Example:

{
    "id": "1",
    "result": {
        "refund": "0.000136675547329641"
    },
    "jsonrpc": "2.0"
}

NOTES

blxr_get_bundle_refund is available only on Cloud-API

Last updated