Network

Fetch the minimum fee per byte

Retrieves the minimum fee per byte as per the mempool configuration from the Nimiq RPC.

GET
/getMinFeePerByte
/getMinFeePerByte
curl -X GET "https://api.nimiqhub.com/getMinFeePerByte"

Minimum fee per byte retrieved successfully

{
  "minFeePerByte": {
    "data": 0,
    "metadata": null
  }
}