Safello · Arazzo Workflow

Safello — buy cryptocurrency

Version 1.0.0

Verify buy compliance, quote fees, create a buy order, and poll it to completion.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyFintechCryptocurrencyBitcoinBrokeragePaymentsSwedenTradingKYCBankIDArazzoWorkflows

Provider

safello

Workflows

buyCrypto
Place and track a fiat-to-crypto buy order for an onboarded customer.
4 steps inputs: crypto, fiatAmount
1
verifyCompliance
2
getFees
3
createBuyOrder
4
checkStatus

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Safello — buy cryptocurrency
  version: 1.0.0
  summary: Verify buy compliance, quote fees, create a buy order, and poll it to completion.
sourceDescriptions:
- name: complianceApi
  url: ../openapi/safello-compliance-api-openapi.yml
  type: openapi
- name: ordersApi
  url: ../openapi/safello-orders-api-openapi.yml
  type: openapi
workflows:
- workflowId: buyCrypto
  summary: Place and track a fiat-to-crypto buy order for an onboarded customer.
  inputs:
    type: object
    properties:
      crypto: {type: string}
      fiatAmount: {type: number}
  steps:
  - stepId: verifyCompliance
    operationId: verifyBuyOrderCompliance
  - stepId: getFees
    operationId: getFees
  - stepId: createBuyOrder
    operationId: createBuyOrder
    outputs:
      orderId: $response.body#/id
  - stepId: checkStatus
    operationId: checkOrderStatus
    parameters:
    - name: orderId
      in: path
      value: $steps.createBuyOrder.outputs.orderId

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/safello-buy-crypto"
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.