Pocket Network · Arazzo Workflow

Pocket Network Shannon Transaction Lookup

Version 1.0.0

Find the latest block, then look up a supplied transaction hash on Shannon.

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

Provider

pocket-network

Workflows

shannon-transaction-lookup
Anchor on the latest height, then resolve a transaction by hash.
Reads the latest block to capture the current height, then looks up the supplied transaction hash on the Shannon chain.
2 steps inputs: hash outputs: latestHeight, txResponse
1
getLatestBlock
Read the most recently committed Shannon block to anchor the lookup to the current chain height.
2
getTransaction
Resolve the supplied transaction by its hash on the Shannon chain.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Pocket Network Shannon Transaction Lookup
  summary: Find the latest block, then look up a supplied transaction hash on Shannon.
  description: >-
    Pairs chain context with a specific transaction. It reads the latest
    committed Shannon block to anchor the lookup to the current chain height,
    then resolves a supplied transaction by its hash from the Cosmos REST
    surface so a consumer sees the transaction alongside the height it is being
    read against. 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: blocksApi
  url: ../openapi/pocket-network-blocks-api-openapi.yml
  type: openapi
- name: transactionsApi
  url: ../openapi/pocket-network-transactions-api-openapi.yml
  type: openapi
workflows:
- workflowId: shannon-transaction-lookup
  summary: Anchor on the latest height, then resolve a transaction by hash.
  description: >-
    Reads the latest block to capture the current height, then looks up the
    supplied transaction hash on the Shannon chain.
  inputs:
    type: object
    required:
    - hash
    properties:
      hash:
        type: string
        description: Shannon transaction hash (hex, 64 chars).
  steps:
  - stepId: getLatestBlock
    description: >-
      Read the most recently committed Shannon block to anchor the lookup to the
      current chain height.
    operationId: getLatestShannonBlock
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      latestHeight: $response.body#/block/header/height
  - stepId: getTransaction
    description: >-
      Resolve the supplied transaction by its hash on the Shannon chain.
    operationId: getShannonTransaction
    parameters:
    - name: hash
      in: path
      value: $inputs.hash
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      txResponse: $response.body#/tx_response
  outputs:
    latestHeight: $steps.getLatestBlock.outputs.latestHeight
    txResponse: $steps.getTransaction.outputs.txResponse

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