Bullet · Arazzo Workflow

Bullet market-data snapshot

Version 1.0.0

Discover markets then pull the order book, 24h ticker, and recent trades for a symbol.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyDeFiSolanaCryptocurrencyDerivativesExchangeTradingPerpetualsLendingBlockchainArazzoWorkflows

Provider

bullet

Workflows

market-data-snapshot
Fetch exchange info, then order book, ticker, and recent trades for a symbol.
4 steps inputs: symbol
1
getExchangeInfo
2
getOrderBook
3
getTicker24hr
4
getRecentTrades

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Bullet market-data snapshot
  version: 1.0.0
  summary: Discover markets then pull the order book, 24h ticker, and recent trades for a symbol.
sourceDescriptions:
- name: marketDataApi
  url: ../openapi/bullet-market-data-api-openapi.yml
  type: openapi
workflows:
- workflowId: market-data-snapshot
  summary: Fetch exchange info, then order book, ticker, and recent trades for a symbol.
  inputs:
    type: object
    properties:
      symbol:
        type: string
        default: BTC-USD
  steps:
  - stepId: getExchangeInfo
    operationId: exchange_info
    successCriteria:
    - condition: $statusCode == 200
  - stepId: getOrderBook
    operationId: order_book
    parameters:
    - name: symbol
      in: query
      value: $inputs.symbol
    successCriteria:
    - condition: $statusCode == 200
  - stepId: getTicker24hr
    operationId: ticker_24hr
    parameters:
    - name: symbol
      in: query
      value: $inputs.symbol
    successCriteria:
    - condition: $statusCode == 200
  - stepId: getRecentTrades
    operationId: recent_trades
    parameters:
    - name: symbol
      in: query
      value: $inputs.symbol
    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/bullet-market-data-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 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.