---
title: "POST /tendermint.abci.ABCI/VerifyVoteExtension"
method: POST
path: "/tendermint.abci.ABCI/VerifyVoteExtension"
tags: ["ABCI"]
---

# POST /tendermint.abci.ABCI/VerifyVoteExtension

`POST /tendermint.abci.ABCI/VerifyVoteExtension`

## Request body

- TendermintAbciRequestVerifyVoteExtension
  - `hash` string, byte
  - `height` string, int64
  - `validator_address` string, byte
  - `vote_extension` string, byte

## Response `200`

A successful response.

- TendermintAbciResponseVerifyVoteExtension
  - `status` 'UNKNOWN' | 'ACCEPT' | 'REJECT' — - REJECT: Rejecting the vote extension will reject the entire precommit by the sender. Incorrectly implementing this thus has liveness implications as it may affect CometBFT's ability to receive 2/3+ valid votes to finalize the block. Honest nodes should never be rejected.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-02-05** `de0653d8a73d` — 1 info
  - api operation id `EvidenceABCI_VerifyVoteExtension` removed and replaced with `CircuitABCI_VerifyVoteExtension`
- **2024-08-14** `21c607e4fa20` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/tendermint.abci.ABCI/VerifyVoteExtension/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/de0653d8a73d/schema)
