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