Get burn operations
Get all burn operations of type `op_type` successfully read at `burn_height`.
GET
/v2/burn_ops/{burn_height}/{op_type}
Get burn operations
Get all burn operations of type op_type
successfully read at burn_height
. Valid op_type
s are peg_in
, peg_out_request
and peg_out_fulfill
.
Path Parameters
burn_height
Requiredinteger
height of the burnchain (Bitcoin)
op_type
Requiredstring
name of the burnchain operation type
Status code | Description |
---|---|
200 | Burn operations list |