Zerion · Arazzo Workflow

Zerion wallet overview

Version 1.0.0

Pull a wallet's portfolio, positions, transaction history, and PnL in one flow.

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

Provider

zerion

Workflows

wallet-overview
Fetch portfolio, positions, recent transactions, and PnL for a wallet.
4 steps inputs: address, currency outputs: pnl, portfolio, positions, transactions
1
get-portfolio
2
list-positions
3
list-transactions
4
get-pnl

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Zerion wallet overview
  version: 1.0.0
  summary: Pull a wallet's portfolio, positions, transaction history, and PnL in one flow.
sourceDescriptions:
- name: walletsApi
  url: ../openapi/zerion-wallets-api-openapi.yml
  type: openapi
workflows:
- workflowId: wallet-overview
  summary: Fetch portfolio, positions, recent transactions, and PnL for a wallet.
  inputs:
    type: object
    required: [address]
    properties:
      address:
        type: string
        description: EVM (0x...) or Solana address, or ENS name.
        example: '0x42b9df65b219b3dd36ff330a4dd8f327a6ada990'
      currency:
        type: string
        default: usd
  steps:
  - stepId: get-portfolio
    operationId: getWalletPortfolio
    parameters:
    - name: address
      in: path
      value: $inputs.address
    - name: currency
      in: query
      value: $inputs.currency
    successCriteria:
    - condition: $statusCode == 200
  - stepId: list-positions
    operationId: listWalletPositions
    parameters:
    - name: address
      in: path
      value: $inputs.address
    successCriteria:
    - condition: $statusCode == 200
  - stepId: list-transactions
    operationId: listWalletTransactions
    parameters:
    - name: address
      in: path
      value: $inputs.address
    successCriteria:
    - condition: $statusCode == 200
  - stepId: get-pnl
    operationId: getWalletPNL
    parameters:
    - name: address
      in: path
      value: $inputs.address
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    portfolio: $steps.get-portfolio.outputs
    positions: $steps.list-positions.outputs
    transactions: $steps.list-transactions.outputs
    pnl: $steps.get-pnl.outputs

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-overview.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.