Dinari · Arazzo Workflow

Onboard a customer and place a dShare order

Version 1.0.0

Create an entity, run KYC, open an account, find a stock, and place a managed market buy.

1 workflow 6 source APIs 1 provider
View Spec View on GitHub CompanyTokenized SecuritiesStocksETFsBrokerageMarket DataBlockchainStablecoinsFintechKYCOrderWalletsArazzoWorkflows

Provider

dinari

Workflows

onboardAndTrade
Full path from new customer to first managed dShare order.
6 steps inputs: amount, stock_symbol outputs: account_id, order_request_id
1
createEntity
2
submitKyc
3
openAccount
4
findStock
6
checkOrder

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Onboard a customer and place a dShare order
  version: 1.0.0
  summary: Create an entity, run KYC, open an account, find a stock, and place a managed market buy.
sourceDescriptions:
- name: accountsApi
  url: ../openapi/dinari-accounts-api-openapi.yml
  type: openapi
- name: entitiesApi
  url: ../openapi/dinari-entities-api-openapi.yml
  type: openapi
- name: kycApi
  url: ../openapi/dinari-kyc-api-openapi.yml
  type: openapi
- name: managedOrdersApi
  url: ../openapi/dinari-managed-orders-api-openapi.yml
  type: openapi
- name: marketDataApi
  url: ../openapi/dinari-market-data-api-openapi.yml
  type: openapi
- name: orderRequestsApi
  url: ../openapi/dinari-order-requests-api-openapi.yml
  type: openapi
workflows:
- workflowId: onboardAndTrade
  summary: Full path from new customer to first managed dShare order.
  inputs:
    type: object
    properties:
      stock_symbol: {type: string, default: AAPL}
      amount: {type: number, default: 10}
  steps:
  - stepId: createEntity
    operationId: createEntities
    outputs:
      entity_id: $response.body#/id
  - stepId: submitKyc
    operationId: createEntityKyc
    parameters:
    - name: entity_id
      in: path
      value: $steps.createEntity.outputs.entity_id
  - stepId: openAccount
    operationId: createEntityAccounts
    parameters:
    - name: entity_id
      in: path
      value: $steps.createEntity.outputs.entity_id
    outputs:
      account_id: $response.body#/id
  - stepId: findStock
    operationId: getStocks
    outputs:
      stock_id: $response.body#/0/id
  - stepId: placeOrder
    operationId: createMarketBuyManagedOrderRequest
    parameters:
    - name: account_id
      in: path
      value: $steps.openAccount.outputs.account_id
    outputs:
      order_request_id: $response.body#/id
  - stepId: checkOrder
    operationId: getOrderRequestById
    parameters:
    - name: account_id
      in: path
      value: $steps.openAccount.outputs.account_id
    - name: order_request_id
      in: path
      value: $steps.placeOrder.outputs.order_request_id
  outputs:
    account_id: $steps.openAccount.outputs.account_id
    order_request_id: $steps.placeOrder.outputs.order_request_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/dinari-onboard-and-trade"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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