/
PO
pokt-network
/
HTTP API Console
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-08-12
Details
Filter operations
ABCI
16
post
/tendermint.abci.ABCI/ApplySnapshotChunk
post
/tendermint.abci.ABCI/CheckTx
post
/tendermint.abci.ABCI/Commit
post
/tendermint.abci.ABCI/Echo
post
/tendermint.abci.ABCI/ExtendVote
post
/tendermint.abci.ABCI/FinalizeBlock
post
/tendermint.abci.ABCI/Flush
post
/tendermint.abci.ABCI/Info
post
/tendermint.abci.ABCI/InitChain
post
/tendermint.abci.ABCI/ListSnapshots
post
/tendermint.abci.ABCI/LoadSnapshotChunk
post
/tendermint.abci.ABCI/OfferSnapshot
post
/tendermint.abci.ABCI/PrepareProposal
post
/tendermint.abci.ABCI/ProcessProposal
post
/tendermint.abci.ABCI/Query
post
/tendermint.abci.ABCI/VerifyVoteExtension
ABCIListenerService
2
Msg
152
Query
198
ReflectionService
8
Service
18
ABCI
post
/tendermint.abci.ABCI/ApplySnapshotChunk
Request body
TendermintAbciRequestApplySnapshotChunk
required
chunk
string
byte
index
integer
sender
string
Response
A successful response.
TendermintAbciResponseApplySnapshotChunk
required
refetch_chunks
integer[]
reject_senders
string[]
result
'UNKNOWN'
|
'ACCEPT'
|
'ABORT'
|
'RETRY'
|
'RETRY_SNAPSHOT'
|
'REJECT_SNAPSHOT'
Changes