cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenda/batch-nonsigners \ --header 'x-api-key: <api-key>'
{ "data": [ { "operatorId": "<string>", "operator": "<string>", "socket": "<string>", "status": true, "ejected": true } ], "meta": { "total": 123, "batchId": "<string>", "statistics": { "totalNonSigners": 123, "activeNonSigners": 123, "inactiveNonSigners": 123, "activePercentage": 123, "ejectedNonSigners": 123, "ejectedPercentage": 123 } } }
Fetches all non-signers information of a given batch.
Select the network you want to track.
ethereum
holesky
The ID of the batch for which non-signer information is being requested.
Successfully retrieved non-signer data.
Show child attributes