GET
/
attestation_disputes
/
own
/
nodes
/
{node_id}
curl --request GET \
  --url http://localhost:3001/attestation_disputes/own/nodes/{node_id}
[
  {
    "attestation_commitment": [
      1
    ],
    "attestation_node_id": 123,
    "original_commitment": [
      1
    ],
    "original_node_id": 123,
    "stack_small_id": 123
  }
]

Path Parameters

node_id
integer
required

The small ID of the node whose initiated disputes should be retrieved

Response

200
application/json

List of own attestation disputes where the specified node is the plaintiff

The response is of type object[].