Fee estimate

Get Fee Estimate

get

Get fee estimate from Kaspad.

For all buckets, feerate values represent fee/mass of a transaction in sompi/gram units. Given a feerate value recommendation, calculate the required fee by taking the transaction mass and multiplying it by feerate: fee = feerate * mass(tx)

Responses
200
Successful Response
application/json
get
GET /info/fee-estimate HTTP/1.1
Host: kas.nownodes.io
Accept: */*
200

Successful Response

{
  "priorityBucket": {
    "feerate": 1,
    "estimatedSeconds": 0.004
  },
  "normalBuckets": [
    {
      "feerate": 1,
      "estimatedSeconds": 0.004
    }
  ],
  "lowBuckets": [
    {
      "feerate": 1,
      "estimatedSeconds": 0.004
    }
  ]
}