# SwapExecutionStepConfirmationProgress

Confirmation progress for Bitcoin on-chain payments.

**current**integerrequired

**target**integerrequired

**etaSeconds**integerrequired

Estimated remaining time in seconds until the target confirmation count is reached. Can be `-1` when the estimate is not available.

SwapExecutionStepConfirmationProgress

```
{

  "current": 0,

  "target": 0,

  "etaSeconds": 0

}
```
