GET
/
mempool
/
fee_rates
Mempool Block Fee Rates
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/mempool/fee_rates \
  --header 'api-key: <api-key>'
{
  "data": [
    {
      "block_height": 874585,
      "sats_per_vb": {
        "max": 504,
        "median": 8,
        "min": 1
      }
    }
  ],
  "indexer_info": {
    "chain_tip": {
      "block_hash": "000000000000000000012c80ffd2f0bd17f1f92a0bb4c098236d7108f727bfe5",
      "block_height": 874584
    },
    "estimated_blocks": [
      {
        "block_height": 874585,
        "sats_per_vb": {
          "max": 504,
          "median": 8,
          "min": 1
        }
      }
    ],
    "mempool_timestamp": "2025-01-06 16:43:32"
  }
}

Authorizations

api-key
string
header
required

Project API Key

Response

200
application/json

Requested data

The response is of type object.