Fixing the link get-transaction-costs

Fixing the link get-transaction-costs
This commit is contained in:
Viacheslav Bakshaev
2019-03-23 02:06:35 +01:00
committed by GitHub
parent d0a6ffb240
commit edf6d43890

View File

@@ -369,7 +369,7 @@ Request('Get Transaction Costs', {
method: GET,
path: "/v2/network/fees?{:query_params}",
description: "Get stats on the transaction cost.",
link: "#get-network-fees",
link: "#get-transaction-costs",
params: {
"{:query_params}": "interval=day&limit=3&descending=true"
}