EOSIO Nodeos History API

The history_api_plugin exposes endpoints under /v1/history for retrieving historical actions, transactions, key accounts, and controlled accounts. On modern Antelope deployments this is typically replaced by external history solutions like Hyperion or dfuse.

API entry from apis.yml

apis.yml Raw ↑
aid: eosio:nodeos-history-api
name: EOSIO Nodeos History API
tags:
- Antelope
- Blockchain
- History
- JSON-RPC
humanURL: https://github.com/AntelopeIO/leap
properties:
- url: https://github.com/AntelopeIO/leap
  type: GitHubRepository
- url: https://developers.eos.io/
  type: Documentation
description: The history_api_plugin exposes endpoints under /v1/history for retrieving historical actions,
  transactions, key accounts, and controlled accounts. On modern Antelope deployments this is typically
  replaced by external history solutions like Hyperion or dfuse.