checkpoint_proof
The slot should be the latest finalized slot you want included in the proof.
Returns a request_id immediately while the proof is built in the background.
Submits the finished proof to the on-chain verifier program automatically, so no additional action is required.
This endpoint generates and submits a ZK proof to Solana of all uploaded blobs from the last checkpoint (or genesis if no checkpoint exists) up to the specified slot.
Body
Responses
200
JSON-RPC success (request_id) or error
application/json
400
Invalid request payload
application/json
500
Internal indexer error
application/json
post
/proofLast updated