---
title: "GetBeaconPoolAttesterSlashings"
method: GET
path: "/{apiKey}/eth/v1/beacon/pool/attester_slashings"
---

# GetBeaconPoolAttesterSlashings

`GET /{apiKey}/eth/v1/beacon/pool/attester_slashings`

Get AttesterSlashings from operations pool. Retrieves attester slashings known by the node but not necessarily incorporated into any block.

## Path parameters

- `apiKey` string, required — <style> .custom-style { color: #048FF4; } </style> For higher throughput, please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>.

## Response `200`

Pool attester slashings

- object
  - `data` object[], required
    - `attestation_1` object, required — The [`IndexedAttestation`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/phase0/beacon-chain.md#indexedattestation) object from the CL spec.
      - `attesting_indices` string[] — Attesting validator indices
      - `signature` string, hex — The BLS signature of the `IndexedAttestation`, created by the validator of the attestation.
      - `data` object — The [`AttestationData`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/phase0/beacon-chain.md#attestationdata) object from the CL spec.
        - `slot` string, required
        - `index` string, required
        - `beacon_block_root` string, hex, required — LMD GHOST vote.
        - `source` object, required — The [`Checkpoint`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/phase0/beacon-chain.md#checkpoint
          - `epoch` string, required
          - `root` string, hex, required
        - `target` object, required — The [`Checkpoint`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/phase0/beacon-chain.md#checkpoint
          - `epoch` string, required
          - `root` string, hex, required
    - `attestation_2` object, required — The [`IndexedAttestation`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/phase0/beacon-chain.md#indexedattestation) object from the CL spec.
      - `attesting_indices` string[] — Attesting validator indices
      - `signature` string, hex — The BLS signature of the `IndexedAttestation`, created by the validator of the attestation.
      - `data` object — The [`AttestationData`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/phase0/beacon-chain.md#attestationdata) object from the CL spec.
        - `slot` string, required
        - `index` string, required
        - `beacon_block_root` string, hex, required — LMD GHOST vote.
        - `source` object, required — The [`Checkpoint`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/phase0/beacon-chain.md#checkpoint
          - `epoch` string, required
          - `root` string, hex, required
        - `target` object, required — The [`Checkpoint`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/phase0/beacon-chain.md#checkpoint
          - `epoch` string, required
          - `root` string, hex, required

---

[API](https://skmtc.net/zan/apis/zan-getnftmetadata.md) · [All operations](https://skmtc.net/zan/apis/zan-getnftmetadata/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zan/zan-getnftmetadata/versions/be8fa2338895/schema)
