Skip to content

Instantly share code, notes, and snippets.

@nolim1t
Last active February 24, 2021 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nolim1t/6d64d454eee51d370f8009b432a40404 to your computer and use it in GitHub Desktop.
Save nolim1t/6d64d454eee51d370f8009b432a40404 to your computer and use it in GitHub Desktop.
LND fee url

lnd.conf entry

feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json

feeurl format

{
  "current_block_hash": "000000000000000000079ecca63b041325ae057ee3fe07d7a1c4e904f41365ee",
  "fee_by_block_target": {
    "2": 149308,
    "4": 142548,
    "7": 141844,
    "15": 128956,
    "16": 122596,
    "19": 116872,
    "25": 106128,
    "49": 31232,
    "82": 31224,
    "97": 26980,
    "98": 26960,
    "121": 8032
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment