EOSIO Nodeos Producer API

The producer_api_plugin exposes endpoints under /v1/producer for controlling block production on a node, including pause, resume, schedule snapshots, and manage protocol features. Restricted to operators of block producing nodes.

API entry from apis.yml

apis.yml Raw ↑
aid: eosio:nodeos-producer-api
name: EOSIO Nodeos Producer API
tags:
- Antelope
- Block Production
- Blockchain
- JSON-RPC
humanURL: https://github.com/AntelopeIO/leap
properties:
- url: https://github.com/AntelopeIO/leap
  type: GitHubRepository
description: The producer_api_plugin exposes endpoints under /v1/producer for controlling block production
  on a node, including pause, resume, schedule snapshots, and manage protocol features. Restricted to
  operators of block producing nodes.