Files
stacks-blockchain-api/docs/api/core-node/post-fee-transaction-response.example.json
Rafael Cárdenas 667d137d86 docs: add /v2/fees/transaction and deprecate /extended/v1/fee_rate (#1124)
* docs: add /v2/fees/transaction

* chore: generated types
2022-03-25 08:22:09 -06:00

26 lines
441 B
JSON

{
"cost_scalar_change_by_byte": 0.00476837158203125,
"estimated_cost": {
"read_count": 19,
"read_length": 4814,
"runtime": 7175000,
"write_count": 2,
"write_length": 1020
},
"estimated_cost_scalar": 14,
"estimations": [
{
"fee": 17,
"fee_rate": 1.2410714285714286
},
{
"fee": 125,
"fee_rate": 8.958333333333332
},
{
"fee": 140,
"fee_rate": 10
}
]
}