Exponential · Arazzo Workflow

YO vault snapshot and user position

Version 1.0.0

Read a vault's current snapshot, yield and TVL history, and a user's pending redemptions.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyDeFiDecentralized FinanceYieldYield OptimizerVaultERC-4626Cross-chainBlockchainCryptoRiskRisk RatingsAgentsx402Web3ArazzoWorkflows

Provider

exponential

Workflows

vaultSnapshotAndPosition
Snapshot a yoVault and read a user's pending redemptions on it.
4 steps inputs: network, userAddress, vaultAddress outputs: pendingAssets, pendingShares

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: YO vault snapshot and user position
  version: 1.0.0
  summary: Read a vault's current snapshot, yield and TVL history, and a user's pending redemptions.
sourceDescriptions:
- name: vaultApi
  url: ../openapi/exponential-vault-api-openapi.yml
  type: openapi
workflows:
- workflowId: vaultSnapshotAndPosition
  summary: Snapshot a yoVault and read a user's pending redemptions on it.
  inputs:
    type: object
    properties:
      network:
        type: string
        default: base
      vaultAddress:
        type: string
      userAddress:
        type: string
  steps:
  - stepId: getVault
    operationId: VaultController_getVault_v1
    parameters:
    - name: network
      in: path
      value: $inputs.network
    - name: vaultAddress
      in: path
      value: $inputs.vaultAddress
  - stepId: getYield
    operationId: VaultController_getYieldTimeseries_v1
    parameters:
    - name: network
      in: path
      value: $inputs.network
    - name: vaultAddress
      in: path
      value: $inputs.vaultAddress
  - stepId: getTvl
    operationId: VaultController_getTvlTimeseries_v1
    parameters:
    - name: network
      in: path
      value: $inputs.network
    - name: vaultAddress
      in: path
      value: $inputs.vaultAddress
  - stepId: getUserPending
    operationId: VaultController_getPendingRedeemsForUser_v1
    parameters:
    - name: network
      in: path
      value: $inputs.network
    - name: vaultAddress
      in: path
      value: $inputs.vaultAddress
    - name: userAddress
      in: path
      value: $inputs.userAddress
    outputs:
      assets: $response.body#/data/assets/formatted
      shares: $response.body#/data/shares/formatted
  outputs:
    pendingAssets: $steps.getUserPending.outputs.assets
    pendingShares: $steps.getUserPending.outputs.shares

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/exponential-vault-snapshot"
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.