{ "opencollection": "1.0.0", "info": { "name": "Thornode Auth Dynamic L1 Fees API", "version": "3.19.1" }, "items": [ { "info": { "name": "Dynamic L1 Fees", "type": "folder" }, "items": [ { "info": { "name": "dynamicL1Fees", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/thorchain/dynamic_l1_fees", "params": [ { "name": "height", "value": "", "type": "query", "description": "optional block height, defaults to current tip" } ] }, "docs": "Returns every stored dynamic L1 fee record (ADR-026). Each entry is a\nthorname/pair tuple with its current `dynamic_bps`, whitelist state,\nlast active epoch, and latest sealed-epoch fees in TOR (1e8-precision\nUSD value).\n" }, { "info": { "name": "dynamicL1FeesByThorname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/thorchain/dynamic_l1_fees/:thorname", "params": [ { "name": "height", "value": "", "type": "query", "description": "optional block height, defaults to current tip" }, { "name": "thorname", "value": "", "type": "path", "description": "the thorname to look up dynamic fee state for" } ] }, "docs": "Returns the dynamic L1 fee state and full epoch history for every\npair tracked for the given thorname (ADR-026).\n" }, { "info": { "name": "dynamicL1FeesCurrent", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/thorchain/dynamic_l1_fees_current", "params": [ { "name": "height", "value": "", "type": "query", "description": "optional block height, defaults to current tip" } ] }, "docs": "Returns the in-progress (current epoch, not yet sealed) dynamic L1 fee\naccumulators (ADR-026). Each entry has the thorname/pair tuple and the\nlive volume and fees recorded so far this epoch in TOR (1e8-precision\nUSD value). The response also includes the current epoch number.\n" } ] } ], "bundled": true }