Exemplo n.º 1
0
 public async Task <ActionResult <FeeRate> > EstimateFees([FromBody] int blocks)
 {
     return(await _bitcoin.EstimateSmartFee(blocks));
 }