Latest Bundle Refunds

This endpoint allows users to get the refund amounts for all bundles in the last hour.

REQUEST

Method: blxr_get_latest_bundle_refunds

Parameters

ParameterDescription

-

-

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_latest_bundle_refunds"}'

RESPONSE

Result Fields

Result Field

Description

refunds

Map of bundle hashes to refund amounts

Example:

{
    "id": "1",
    "result": {
        "refunds": {
            "1eef983aaa612c35d331ce5d4e619e66ccf98725f2b807d53c7c4ebe2e6feaac": "0.000100755470010012",
            "a4897cf4bf757ba710465e4df76004adb95685f4fbdbde62578cdc9c4dcbaf02": "0.000755472366756675"
        }
    },
    "jsonrpc": "2.0"
}

NOTES

blxr_get_latest_bundle_refunds is available only on Cloud-API

Last updated