Anchorage Digital · Arazzo Workflow

Anchorage Digital - Receive a crypto deposit

Version 1.0.0

Create a wallet in a vault, provision a deposit address, and watch for the inbound deposit.

1 workflow 4 source APIs 1 provider
View Spec View on GitHub CompanyCryptoDigital AssetsCustodyTradingStakingSettlementStablecoinsBankingInstitutionalArazzoWorkflows

Provider

anchorage

Workflows

receiveCryptoDeposit
Provision a deposit address and track the inbound deposit.
4 steps inputs: vaultId
1
listVaults
2
createWallet
3
provisionAddress
4
pollTransactions

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Anchorage Digital - Receive a crypto deposit
  version: 1.0.0
  summary: Create a wallet in a vault, provision a deposit address, and watch for the inbound deposit.
sourceDescriptions:
- name: addressesApi
  url: ../openapi/anchorage-addresses-api-openapi.yml
  type: openapi
- name: transactionsApi
  url: ../openapi/anchorage-transactions-api-openapi.yml
  type: openapi
- name: vaultsApi
  url: ../openapi/anchorage-vaults-api-openapi.yml
  type: openapi
- name: walletsApi
  url: ../openapi/anchorage-wallets-api-openapi.yml
  type: openapi
workflows:
- workflowId: receiveCryptoDeposit
  summary: Provision a deposit address and track the inbound deposit.
  inputs:
    type: object
    properties:
      vaultId: {type: string}
  steps:
  - stepId: listVaults
    operationId: getVaults
    successCriteria:
    - condition: $statusCode == 200
  - stepId: createWallet
    operationId: createVaultWallet
    parameters:
    - name: vaultId
      in: path
      value: $inputs.vaultId
    outputs:
      walletId: $response.body#/walletId
  - stepId: provisionAddress
    operationId: provisionWalletAddress
    parameters:
    - name: walletId
      in: path
      value: $steps.createWallet.outputs.walletId
    outputs:
      address: $response.body#/address
  - stepId: pollTransactions
    operationId: getTransactions
    successCriteria:
    - condition: $statusCode == 200

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/anchorage-receive-deposit"
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.