Coinme · Arazzo Workflow

Coinme — onboard a customer and buy crypto

Version 1.0.0

Authorize as a partner, KYC-onboard an end user, create an executable buy quote, and execute it against the quote. Operation ids are verified against openapi/coinme-caas-openapi.json.

1 workflow 5 source APIs 1 provider
View Spec View on GitHub CompanyCryptoCryptocurrencyPaymentsBitcoinWalletsKYCOnboardingFintechCrypto-as-a-ServiceOn-RampOff-RampArazzoWorkflows

Provider

coinme

Workflows

onboard-and-buy
Onboard a customer and execute a buy against a transactional quote.
5 steps inputs: creditCurrencyCode, debitCurrencyCode outputs: transaction
1
authorize

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Coinme — onboard a customer and buy crypto
  version: 1.0.0
  description: >-
    Authorize as a partner, KYC-onboard an end user, create an executable buy quote, and execute it
    against the quote. Operation ids are verified against openapi/coinme-caas-openapi.json.
sourceDescriptions:
- name: authorizeApi
  url: ../openapi/coinme-authorize-api-openapi.yml
  type: openapi
- name: cryptoquoteApi
  url: ../openapi/coinme-cryptoquote-api-openapi.yml
  type: openapi
- name: customeronboardingApi
  url: ../openapi/coinme-customeronboarding-api-openapi.yml
  type: openapi
- name: transactionApi
  url: ../openapi/coinme-transaction-api-openapi.yml
  type: openapi
- name: transactionhistoryApi
  url: ../openapi/coinme-transactionhistory-api-openapi.yml
  type: openapi
workflows:
- workflowId: onboard-and-buy
  summary: Onboard a customer and execute a buy against a transactional quote.
  inputs:
    type: object
    properties:
      debitCurrencyCode: {type: string, default: USD}
      creditCurrencyCode: {type: string, default: BTC}
  steps:
  - stepId: authorize
    operationId: initiate-authorize
    outputs:
      token: $response.body
  - stepId: onboard
    operationId: customer-onboarding
    outputs:
      customerId: $response.body#/customerId
  - stepId: quote
    operationId: initiate-transactional-quote
    outputs:
      quoteId: $response.body#/quoteId
  - stepId: execute
    operationId: initiate-buy-sell-transaction
    outputs:
      transaction: $response.body
  - stepId: confirm
    operationId: get-transaction-history
    outputs:
      history: $response.body
  outputs:
    transaction: $steps.execute.transaction

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/coinme-onboard-and-buy"
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.