From aa8d3798ea77fdb4e55bcca08c297d5e3eb7b5d1 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 23 Oct 2020 22:15:17 +0900 Subject: [PATCH] API Docs: move Fee Estimate APIs to their own tab --- .../api-docs/api-docs.component.html | 38 +++++++++++++------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/frontend/src/app/components/api-docs/api-docs.component.html b/frontend/src/app/components/api-docs/api-docs.component.html index e1a99403c..2f5730640 100644 --- a/frontend/src/app/components/api-docs/api-docs.component.html +++ b/frontend/src/app/components/api-docs/api-docs.component.html @@ -24,6 +24,28 @@
  • + Fee Estimates + + + + + + + + + + + + + + + +
    EndpointDescription
    GET {{ network.val === '' ? '' : '/' + network.val }}/api/v1/fees/recommendedReturns our currently suggested fees for new transactions.
    GET {{ network.val === '' ? '' : '/' + network.val }}/api/v1/fees/mempool-blocksReturns current mempool as projected blocks.
    + +
    +
  • + +
  • Mempool @@ -44,20 +66,12 @@ GET {{ network.val === '' ? '' : '/' + network.val }}/api/mempool/recent Get a list of the last 10 transactions to enter the mempool. Each transaction object contains simplified overview data, with the following fields: txid, fee, vsize, and value. - - GET {{ network.val === '' ? '' : '/' + network.val }}/api/v1/fees/recommended - Returns our currently suggested fees for new transactions. - - - GET {{ network.val === '' ? '' : '/' + network.val }}/api/v1/fees/mempool-blocks - Returns current mempool as projected blocks. -
  • -
  • +
  • Blocks @@ -111,7 +125,7 @@
  • -
  • +
  • Transactions @@ -161,7 +175,7 @@
  • -
  • +
  • Addresses @@ -195,7 +209,7 @@
  • -
  • +
  • Assets