Zerion · Arazzo Workflow

Zerion wallet activity subscription

Version 1.0.0

Create a transaction webhook subscription for a set of wallets, confirm it, then verify the watched-wallet count.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyWeb3BlockchainCryptocurrencyDeFiWalletsNFTEthereumSolanaPortfolioOn-Chain DataTransactionArazzoWorkflows

Provider

zerion

Workflows

create-and-confirm-subscription
Subscribe to wallet transactions and verify the subscription.
3 steps inputs: addresses, callback_url outputs: subscription_id
1
create-subscription

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Zerion wallet activity subscription
  version: 1.0.0
  summary: Create a transaction webhook subscription for a set of wallets, confirm it, then verify the watched-wallet count.
sourceDescriptions:
- name: subscriptionsToTransactionsApi
  url: ../openapi/zerion-subscriptions-to-transactions-api-openapi.yml
  type: openapi
workflows:
- workflowId: create-and-confirm-subscription
  summary: Subscribe to wallet transactions and verify the subscription.
  inputs:
    type: object
    required: [callback_url, addresses]
    properties:
      callback_url:
        type: string
        example: https://example.com/callback
      addresses:
        type: array
        items:
          type: string
        example: ['0x42b9df65b219b3dd36ff330a4dd8f327a6ada990']
  steps:
  - stepId: create-subscription
    operationId: createSubscriptionWalletTransactions
    requestBody:
      contentType: application/json
      payload:
        callback_url: $inputs.callback_url
        addresses: $inputs.addresses
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      subscription_id: $response.body#/data/id
  - stepId: get-subscription
    operationId: GetWalletTransactionsSubscription
    parameters:
    - name: subscription_id
      in: path
      value: $steps.create-subscription.outputs.subscription_id
    successCriteria:
    - condition: $statusCode == 200
  - stepId: count-wallets
    operationId: GetSubscribedWalletsCountInSubscription
    parameters:
    - name: subscription_id
      in: path
      value: $steps.create-subscription.outputs.subscription_id
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    subscription_id: $steps.create-subscription.outputs.subscription_id

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/zerion-wallet-activity-subscription.arazzo"
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 email required.

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