EOSIO

EOSIO, now known as the Antelope protocol, is a free, open-source blockchain software protocol that provides developers and entrepreneurs with a platform on which to build, deploy, and run high-performing blockchain applications. Reference node software (nodeos) exposes HTTP/JSON RPC plugins for chain reads, history queries, transaction submission, and producer operations.

EOSIO publishes 10 APIs on the APIs.io network, including Get Abi API, Get Account API, Get Block API, and 7 more. Tagged areas include Antelope, Blockchain, and EOS.

EOSIO’s developer surface includes developer portal, getting-started guide, documentation, FAQ, changelog, and 9 more developer resources.

40.5/100 thin ▬ flat Agent 25/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
13 APIs
AntelopeBlockchainEOS

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 40.5/100 · thin
Contract Quality 12.4 / 25
Developer Ergonomics 5.7 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 6.8 / 13
Governance 0.0 / 12
Discoverability 5.6 / 10
Agent readiness — 25/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/eosio: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 13

Individual APIs this provider publishes, each with its own machine-readable definition.

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...

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 feature...

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 disconne...

EOSIO Get Abi API

The Get Abi API from EOSIO — 1 operation(s) for get abi.

EOSIO Get Account API

The Get Account API from EOSIO — 1 operation(s) for get account.

EOSIO Get Block API

The Get Block API from EOSIO — 1 operation(s) for get block.

EOSIO Get Code API

The Get Code API from EOSIO — 1 operation(s) for get code.

EOSIO Get Currency Balance API

The Get Currency Balance API from EOSIO — 1 operation(s) for get currency balance.

EOSIO Get Info API

The Get Info API from EOSIO — 1 operation(s) for get info.

EOSIO Get Required Keys API

The Get Required Keys API from EOSIO — 1 operation(s) for get required keys.

EOSIO Get Table Rows API

The Get Table Rows API from EOSIO — 1 operation(s) for get table rows.

EOSIO Push Transaction API

The Push Transaction API from EOSIO — 1 operation(s) for push transaction.

EOSIO Send Transaction API

The Send Transaction API from EOSIO — 1 operation(s) for send transaction.

Scroll for all 13

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Pricing Plans 1

Published pricing tiers and plan structures.

Eosio Plans Pricing

2 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Eosio Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Eosio Finops

FINOPS

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Eosio Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Eosio Agentic Access

10 operations · 9 acting

10 operations · 9 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: eosio
url: https://raw.githubusercontent.com/api-evangelist/eosio/refs/heads/main/apis.yml
name: EOSIO
type: Index
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/eosio.png
tags:
- Antelope
- Blockchain
- EOS
access: 3rd-Party
created: '2025-02-08'
modified: '2026-05-19'
position: Consumer
specificationVersion: '0.19'
description: EOSIO, now known as the Antelope protocol, is a free, open-source blockchain software protocol that provides
  developers and entrepreneurs with a platform on which to build, deploy, and run high-performing blockchain applications.
  Reference node software (nodeos) exposes HTTP/JSON RPC plugins for chain reads, history queries, transaction submission,
  and producer operations.
apis:
- 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.
- 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.
- 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.
- aid: eosio:eosio-get-abi-api
  name: EOSIO Get Abi API
  description: The Get Abi API from EOSIO — 1 operation(s) for get abi.
  humanURL: https://github.com/AntelopeIO/leap
  tags:
  - Get Abi
  properties:
  - type: OpenAPI
    url: openapi/eosio-get-abi-api-openapi.yml
  - type: GitHubRepository
    url: https://github.com/AntelopeIO/leap
  - type: Documentation
    url: https://developers.eos.io/
- aid: eosio:eosio-get-account-api
  name: EOSIO Get Account API
  description: The Get Account API from EOSIO — 1 operation(s) for get account.
  humanURL: https://github.com/AntelopeIO/leap
  tags:
  - Get Account
  properties:
  - type: OpenAPI
    url: openapi/eosio-get-account-api-openapi.yml
  - type: GitHubRepository
    url: https://github.com/AntelopeIO/leap
  - type: Documentation
    url: https://developers.eos.io/
- aid: eosio:eosio-get-block-api
  name: EOSIO Get Block API
  description: The Get Block API from EOSIO — 1 operation(s) for get block.
  humanURL: https://github.com/AntelopeIO/leap
  tags:
  - Get Block
  properties:
  - type: OpenAPI
    url: openapi/eosio-get-block-api-openapi.yml
  - type: GitHubRepository
    url: https://github.com/AntelopeIO/leap
  - type: Documentation
    url: https://developers.eos.io/
- aid: eosio:eosio-get-code-api
  name: EOSIO Get Code API
  description: The Get Code API from EOSIO — 1 operation(s) for get code.
  humanURL: https://github.com/AntelopeIO/leap
  tags:
  - Get Code
  properties:
  - type: OpenAPI
    url: openapi/eosio-get-code-api-openapi.yml
  - type: GitHubRepository
    url: https://github.com/AntelopeIO/leap
  - type: Documentation
    url: https://developers.eos.io/
- aid: eosio:eosio-get-currency-balance-api
  name: EOSIO Get Currency Balance API
  description: The Get Currency Balance API from EOSIO — 1 operation(s) for get currency balance.
  humanURL: https://github.com/AntelopeIO/leap
  tags:
  - Get Currency Balance
  properties:
  - type: OpenAPI
    url: openapi/eosio-get-currency-balance-api-openapi.yml
  - type: GitHubRepository
    url: https://github.com/AntelopeIO/leap
  - type: Documentation
    url: https://developers.eos.io/
- aid: eosio:eosio-get-info-api
  name: EOSIO Get Info API
  description: The Get Info API from EOSIO — 1 operation(s) for get info.
  humanURL: https://github.com/AntelopeIO/leap
  tags:
  - Get Info
  properties:
  - type: OpenAPI
    url: openapi/eosio-get-info-api-openapi.yml
  - type: GitHubRepository
    url: https://github.com/AntelopeIO/leap
  - type: Documentation
    url: https://developers.eos.io/
- aid: eosio:eosio-get-required-keys-api
  name: EOSIO Get Required Keys API
  description: The Get Required Keys API from EOSIO — 1 operation(s) for get required keys.
  humanURL: https://github.com/AntelopeIO/leap
  tags:
  - Get Required Keys
  properties:
  - type: OpenAPI
    url: openapi/eosio-get-required-keys-api-openapi.yml
  - type: GitHubRepository
    url: https://github.com/AntelopeIO/leap
  - type: Documentation
    url: https://developers.eos.io/
- aid: eosio:eosio-get-table-rows-api
  name: EOSIO Get Table Rows API
  description: The Get Table Rows API from EOSIO — 1 operation(s) for get table rows.
  humanURL: https://github.com/AntelopeIO/leap
  tags:
  - Get Table Rows
  properties:
  - type: OpenAPI
    url: openapi/eosio-get-table-rows-api-openapi.yml
  - type: GitHubRepository
    url: https://github.com/AntelopeIO/leap
  - type: Documentation
    url: https://developers.eos.io/
- aid: eosio:eosio-push-transaction-api
  name: EOSIO Push Transaction API
  description: The Push Transaction API from EOSIO — 1 operation(s) for push transaction.
  humanURL: https://github.com/AntelopeIO/leap
  tags:
  - Push Transaction
  properties:
  - type: OpenAPI
    url: openapi/eosio-push-transaction-api-openapi.yml
  - type: GitHubRepository
    url: https://github.com/AntelopeIO/leap
  - type: Documentation
    url: https://developers.eos.io/
- aid: eosio:eosio-send-transaction-api
  name: EOSIO Send Transaction API
  description: The Send Transaction API from EOSIO — 1 operation(s) for send transaction.
  humanURL: https://github.com/AntelopeIO/leap
  tags:
  - Send Transaction
  properties:
  - type: OpenAPI
    url: openapi/eosio-send-transaction-api-openapi.yml
  - type: GitHubRepository
    url: https://github.com/AntelopeIO/leap
  - type: Documentation
    url: https://developers.eos.io/
common:
- type: AgenticAccess
  url: agentic-access/eosio-agentic-access.yml
- type: DomainSecurity
  url: security/eosio-domain-security.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/eosio
- url: https://eosnetwork.com/
  name: EOS Network Foundation
  type: Website
- url: https://developers.eos.io/
  name: Developer Portal
  type: Portal
- url: https://developers.eos.io/welcome/latest/getting-started-guide/index
  name: Getting Started
  type: GettingStarted
- url: https://developers.eos.io/welcome/latest/tutorials/index
  name: Tutorials
  type: Tutorials
- url: https://developers.eos.io/welcome/latest/reference/index
  name: Documentation
  type: Documentation
- url: https://developers.eos.io/welcome/latest/faq/index
  name: FAQ
  type: FAQ
- url: https://github.com/AntelopeIO
  name: AntelopeIO GitHub Organization
  type: GitHubOrganization
- url: https://github.com/AntelopeIO/leap
  name: Leap (nodeos) GitHub Repository
  type: GitHubRepository
- url: https://github.com/AntelopeIO/leap/releases
  name: Leap Releases
  type: ChangeLog
- url: https://eos.io/legal/privacy-policy/
  name: Privacy Policy
  type: PrivacyPolicy
- url: https://eos.io/legal/terms-of-use/
  name: Terms of Service
  type: TermsOfService
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com