Meter Staking API

Access to staking data

Operations 4

GET /staking/buckets Retrieve staking buckets
GET /staking/candidates Retrieve staking candidates
GET /staking/stakeholders Retrieve staking stakeholder
GET /staking/delegates Retrieve staking delegates for consensus

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/meter-staking-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

meter-staking-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Meterest Accounts Staking API
  description: 'RESTful API to access Meter.io


    [Project Home](https://github.com/meterio)

    '
  license:
    name: LGPL 3.0
    url: https://www.gnu.org/licenses/lgpl-3.0.en.html
  version: 1.2.2
servers:
- url: /
  description: local meter node
tags:
- name: Staking
  description: Access to staking data
paths:
  /staking/buckets:
    get:
      tags:
      - Staking
      summary: Retrieve staking buckets
      reponses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                items:
                  $ref: null
  /staking/candidates:
    get:
      tags:
      - Staking
      summary: Retrieve staking candidates
      reponses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                items:
                  $ref: null
  /staking/stakeholders:
    get:
      tags:
      - Staking
      summary: Retrieve staking stakeholder
      reponses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                items:
                  $ref: null
  /staking/delegates:
    get:
      tags:
      - Staking
      summary: Retrieve staking delegates for consensus
      reponses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                items:
                  $ref: null