EOSIO Nodeos Net API

The net_api_plugin exposes endpoints under /v1/net for inspecting and managing peer-to-peer connections of an Antelope node, including connections, status, connect, and disconnect operations.

API entry from apis.yml

apis.yml Raw ↑
aid: eosio:nodeos-net-api
name: EOSIO Nodeos Net API
tags:
- Antelope
- Blockchain
- JSON-RPC
- Networking
humanURL: https://github.com/AntelopeIO/leap
properties:
- url: https://github.com/AntelopeIO/leap
  type: GitHubRepository
description: The net_api_plugin exposes endpoints under /v1/net for inspecting and managing peer-to-peer
  connections of an Antelope node, including connections, status, connect, and disconnect operations.