Mango Markets

Mango Markets is a decentralized derivatives exchange and money market built on Solana, operated by the Blockworks Foundation. Mango v4 introduces unified margin accounts that combine spot trading, perpetual futures, and borrow/lend in a single risk engine, settled by the on-chain Mango v4 program. Beyond the on-chain program and the TypeScript client, the project exposes low-latency public market-data feeds through the mango-feeds geyser services - the Fills Feed (service-mango-fills, fills.mngo.cloud) and the Orderbook Feed (service-mango-orderbook, orderbook.mngo.cloud) - which stream fill events and L2/L3 orderbook state for Mango V4 Perp markets and Openbook spot markets over WebSocket.

Mango Markets publishes 2 APIs on the APIs.io network: Mango v4 Fills Feed and Mango v4 Orderbook Feed. Tagged areas include Cryptocurrency, DeFi, Decentralized Exchange, Perpetual Futures, and Spot.

The Mango Markets catalog on APIs.io includes 1 event-driven AsyncAPI specification and 1 Spectral governance ruleset.

Mango Markets’ developer surface includes documentation and 5 more developer resources.

16.3/100 emerging ▬ flat Agent 14/100 agent aware self hosted · AGPL-3.0 Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
2 APIs
CryptocurrencyDeFiDecentralized ExchangePerpetual FuturesSpotMarginOrder BookFillsMarket DataWebSocketSolanaMango v4

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Regulatory Posture applies to this provider. Its tags matched the Securities & Market Data regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
The six quality facets above are damped to 85 points between them, because the conditional facet above carries the other 15. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 85% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/mango-markets: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Mango v4 Fills Feed

Low-latency WebSocket feed (service-mango-fills) that parses Mango V4 Perp and Openbook event queues and emits individual fill events as they are processed by the validator. Sup...

Mango v4 Orderbook Feed

Low-latency WebSocket feed (service-mango-orderbook) that parses Mango V4 Perp and Openbook spot bookside accounts and emits L2 (price / quantity) and L3 (per-order) checkpoints...

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Mango Markets v4 Feeds API

AsyncAPI definition for the two public Mango Markets v4 WebSocket feed services operated by Blockworks Foundation: the Fills Feed (service-mango-fills) and the Orderbook Feed (s...

ASYNCAPI

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Mango Markets API Rules

6 rules · 1 errors 4 warnings 1 info

SPECTRAL

Resources

Documentation 1

Reference material describing how the API behaves

Build 2

SDKs, sample code, and the tooling you integrate with

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: mango-markets
url: https://raw.githubusercontent.com/api-evangelist/mango-markets/refs/heads/main/apis.yml
name: Mango Markets
kind: company
description: Mango Markets is a decentralized derivatives exchange and money market built on Solana, operated by the Blockworks
  Foundation. Mango v4 introduces unified margin accounts that combine spot trading, perpetual futures, and borrow/lend in
  a single risk engine, settled by the on-chain Mango v4 program. Beyond the on-chain program and the TypeScript client, the
  project exposes low-latency public market-data feeds through the mango-feeds geyser services - the Fills Feed (service-mango-fills,
  fills.mngo.cloud) and the Orderbook Feed (service-mango-orderbook, orderbook.mngo.cloud) - which stream fill events and
  L2/L3 orderbook state for Mango V4 Perp markets and Openbook spot markets over WebSocket.
deliveryModel:
  model: self-hosted
  license: AGPL-3.0
  open_source: true
  commercial: false
  callable_host: false
  label: Self-hosted open source · you run it yourself
  confidence: high
  source:
  - license
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/mango-markets.png
tags:
- Cryptocurrency
- DeFi
- Decentralized Exchange
- Perpetual Futures
- Spot
- Margin
- Order Book
- Fills
- Market Data
- WebSocket
- Solana
- Mango v4
tags_raw:
- Cryptocurrency
- DeFi
- Decentralized Exchange
- Perpetual Futures
- Spot
- Margin
- Orderbook
- Fills
- Market Data
- WebSocket
- Solana
- Mango v4
created: '2026-05-30'
modified: '2026-05-30'
specificationVersion: '0.23'
x-category: Cryptocurrency
x-tier: 1
x-type: company
apis:
- aid: mango-markets:fills-feed
  name: Mango v4 Fills Feed
  description: Low-latency WebSocket feed (service-mango-fills) that parses Mango V4 Perp and Openbook event queues and emits
    individual fill events as they are processed by the validator. Supports getMarkets discovery, subscribe / unsubscribe
    by marketIds or by Mango account, and an optional headUpdates mode that emits event-queue head pointer updates. Fill events
    that occurred on a fork are revoked via a status='revoke' message.
  humanURL: https://github.com/blockworks-foundation/mango-feeds/tree/lou/l3-feed/service-mango-fills
  baseURL: wss://fills.mngo.cloud
  tags:
  - WebSocket
  - Fills
  - Market Data
  - Perpetuals
  - Spot
  - Solana
  properties:
  - type: Documentation
    url: https://github.com/blockworks-foundation/mango-feeds/blob/lou/l3-feed/service-mango-fills/README.md
  - type: AsyncAPI
    url: asyncapi/mango-markets-feeds-asyncapi.yml
  - type: SourceCode
    title: service-mango-fills (Rust)
    url: https://github.com/blockworks-foundation/mango-feeds/tree/lou/l3-feed/service-mango-fills
  - type: SDKs
    title: '@blockworks-foundation/mango-feeds-client (TypeScript)'
    url: https://github.com/blockworks-foundation/mango-feeds/tree/main/ts/client
  - type: PublicAPI
    title: Public Fills API entrypoint
    url: https://api.mngo.cloud/fills/v1/
- aid: mango-markets:orderbook-feed
  name: Mango v4 Orderbook Feed
  description: Low-latency WebSocket feed (service-mango-orderbook) that parses Mango V4 Perp and Openbook spot bookside accounts
    and emits L2 (price / quantity) and L3 (per-order) checkpoints and per-side delta updates. Clients subscribe with subscriptionType=level
    for L2 or subscriptionType=book for L3; the server returns an initial checkpoint followed by streaming per-side updates
    with slot and writeVersion for ordering.
  humanURL: https://github.com/blockworks-foundation/mango-feeds/tree/lou/l3-feed/service-mango-orderbook
  baseURL: wss://orderbook.mngo.cloud
  tags:
  - WebSocket
  - Order Book
  - L2
  - L3
  - Market Data
  - Perpetuals
  - Spot
  - Solana
  tags_raw:
  - WebSocket
  - Orderbook
  - L2
  - L3
  - Market Data
  - Perpetuals
  - Spot
  - Solana
  properties:
  - type: Documentation
    url: https://github.com/blockworks-foundation/mango-feeds/blob/lou/l3-feed/service-mango-orderbook/README.md
  - type: AsyncAPI
    url: asyncapi/mango-markets-feeds-asyncapi.yml
  - type: SourceCode
    title: service-mango-orderbook (Rust)
    url: https://github.com/blockworks-foundation/mango-feeds/tree/lou/l3-feed/service-mango-orderbook
  - type: SDKs
    title: '@blockworks-foundation/mango-feeds-client (TypeScript)'
    url: https://github.com/blockworks-foundation/mango-feeds/tree/main/ts/client
  - type: PublicAPI
    title: Public Orderbook API entrypoint
    url: https://api.mngo.cloud/orderbook/v1/
common:
- type: IssueTracker
  url: https://github.com/blockworks-foundation/mango-feeds/issues
- type: License
  name: AGPL-3.0
  url: https://github.com/blockworks-foundation/mango-feeds/blob/main/LICENSE
- type: Website
  url: https://mango.markets
- type: Documentation
  url: https://docs.mango.markets
- type: GitHubOrganization
  url: https://github.com/blockworks-foundation
- type: SourceCode
  title: mango-feeds
  url: https://github.com/blockworks-foundation/mango-feeds
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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 provider
curl "https://apis.io/api/v1/providers/mango-markets"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/mango-markets/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/mango-markets/evidence"

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.