Ankr · Arazzo Workflow

Ankr Chain Overview

Version 1.0.0

Read a chain's aggregate stats, then its supported currency catalog.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub ArazzoWorkflows

Provider

ankr

Workflows

chain-overview
Read a chain's aggregate statistics and supported currency catalog.
Retrieves aggregate statistics for a blockchain and then the catalog of currencies supported by that same chain.
2 steps inputs: blockchain outputs: currencies, stats
1
getStats
Retrieve aggregate statistics for the blockchain.
2
getCurrencies
Retrieve the catalog of currencies supported by the same chain.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Ankr Chain Overview
  summary: Read a chain's aggregate stats, then its supported currency catalog.
  description: >-
    Builds an at-a-glance overview of a blockchain by reading aggregate chain
    statistics with ankr_getBlockchainStats and then the catalog of supported
    currencies for the same chain with ankr_getCurrencies. Each step is written
    out inline as a JSON-RPC call so the flow can be read and executed without
    opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: queryApi
  url: ../openapi/ankr-query-api-openapi.yml
  type: openapi
- name: tokenApi
  url: ../openapi/ankr-token-api-openapi.yml
  type: openapi
workflows:
- workflowId: chain-overview
  summary: Read a chain's aggregate statistics and supported currency catalog.
  description: >-
    Retrieves aggregate statistics for a blockchain and then the catalog of
    currencies supported by that same chain.
  inputs:
    type: object
    required:
    - blockchain
    properties:
      blockchain:
        type: string
        description: The chain to summarize (e.g. "eth").
  steps:
  - stepId: getStats
    description: >-
      Retrieve aggregate statistics for the blockchain.
    operationId: ankrGetBlockchainStats
    requestBody:
      contentType: application/json
      payload:
        jsonrpc: "2.0"
        id: 1
        method: ankr_getBlockchainStats
        params:
          blockchain: $inputs.blockchain
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      stats: $response.body#/result
  - stepId: getCurrencies
    description: >-
      Retrieve the catalog of currencies supported by the same chain.
    operationId: ankrGetCurrencies
    requestBody:
      contentType: application/json
      payload:
        jsonrpc: "2.0"
        id: 1
        method: ankr_getCurrencies
        params:
          blockchain: $inputs.blockchain
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      currencies: $response.body#/result
  outputs:
    stats: $steps.getStats.outputs.stats
    currencies: $steps.getCurrencies.outputs.currencies

Work with this as data

Every workflow 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 arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • 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 workflow
curl "https://apis.io/api/v1/arazzo/ankr-chain-overview-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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