Pocket Network · Arazzo Workflow

Pocket Network Shannon Application Balance

Version 1.0.0

Look up a Shannon application, then read the on-chain balances of its address.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Web3BlockchainRPCDecentralized InfrastructurePocket NetworkGrovePathShannonCosmosPOKTArazzoWorkflows

Provider

pocket-network

Workflows

shannon-application-balance
Fetch a Shannon application record and the bank balances of its address.
Reads the Application module entry for the supplied address, then queries the bank module for every coin balance held by that address.
2 steps inputs: address outputs: application, balances
1
getApplication
Read the Application module entry for the supplied Shannon address.
2
getBalances
Read every coin balance held by the application's Shannon address.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Pocket Network Shannon Application Balance
  summary: Look up a Shannon application, then read the on-chain balances of its address.
  description: >-
    Resolves a Pocket Network Shannon Application module entry by address and
    then reads the bank balances held by that same address. Applications stake
    POKT to consume relays, so pairing the application record with its current
    upokt balance gives a consumer a complete picture of an application account
    in two calls. Each step spells out its request inline so the flow can be
    read and executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: applicationApi
  url: ../openapi/pocket-network-application-api-openapi.yml
  type: openapi
- name: bankApi
  url: ../openapi/pocket-network-bank-api-openapi.yml
  type: openapi
workflows:
- workflowId: shannon-application-balance
  summary: Fetch a Shannon application record and the bank balances of its address.
  description: >-
    Reads the Application module entry for the supplied address, then queries
    the bank module for every coin balance held by that address.
  inputs:
    type: object
    required:
    - address
    properties:
      address:
        type: string
        description: Bech32 Shannon address of the application (pokt1...).
  steps:
  - stepId: getApplication
    description: >-
      Read the Application module entry for the supplied Shannon address.
    operationId: getShannonApplication
    parameters:
    - name: address
      in: path
      value: $inputs.address
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      application: $response.body#/application
  - stepId: getBalances
    description: >-
      Read every coin balance held by the application's Shannon address.
    operationId: getShannonBalances
    parameters:
    - name: address
      in: path
      value: $inputs.address
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      balances: $response.body#/balances
  outputs:
    application: $steps.getApplication.outputs.application
    balances: $steps.getBalances.outputs.balances

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/pocket-network-shannon-application-balance-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.