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_types are peg_in, peg_out_request and peg_out_fulfill.

Path Parameters

burn_height
Required
integer

height of the burnchain (Bitcoin)

op_type
Required
string

name of the burnchain operation type

Status codeDescription
200Burn operations list
/v2/burn_ops/{burn_height}/{op_type}

curl -X GET "http://localhost:20443/v2/burn_ops/0/string"