> ## Documentation Index
> Fetch the complete documentation index at: https://ormilabs.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog for 0xAPI

> Releases and feature updates for Ormi Data API

<div className="not-prose" style={{ display: "flex", justifyContent: "flex-end", marginBottom: "1rem" }}>
  <a
    href="https://docs.ormilabs.com/changelog/data-api/rss.xml"
    target="_blank"
    rel="noreferrer"
    style={{
  display: "inline-flex",
  alignItems: "center",
  gap: "0.5rem",
  padding: "0.6rem 1rem",
  borderRadius: "0.6rem",

  // Make it look like a real button
  background: "var(--mintlify-primary)",
  color: "var(--mintlify-primary-foreground)",
  fontWeight: 600,

  // Kill Mintlify/typography link styling
  textDecoration: "none",
  borderBottom: "none",
  boxShadow: "0 1px 2px rgba(0,0,0,0.10)",

  cursor: "pointer",
}}
  >
    <img src="https://mintcdn.com/ormilabs/qV2VfGqVCCe99Ked/images/icons/rss.svg?fit=max&auto=format&n=qV2VfGqVCCe99Ked&q=85&s=e6b4b86d87b079b6d90382f3464a23fb" alt="RSS" width="18" height="18" aria-hidden="true" style={{ display: "block" }} data-path="images/icons/rss.svg" />

    Subscribe via RSS
  </a>
</div>

<Update
  label="2025-10-01"
  description="v2.0"
  rss={{
title: "0xAPI v2.0 – New documentation experience",
description: "Redesigned API docs with interactive Try It console, improved endpoint organization, and clearer parameter and response documentation."
}}
>
  ## New documentation interface

  * **Redesigned API reference layout**\
    A cleaner, more intuitive interface for navigating endpoints such as Blocks, Tokens, Transactions, and NFTs.

  * **Interactive “Try It” console**\
    Developers can run live API queries directly from the documentation without switching tools.

  * **Enhanced parameter documentation**\
    Each endpoint includes detailed path and query parameters, required fields, and example values.

  * **Improved JSON response formatting**\
    Response examples are fully expanded and syntax-highlighted for better readability.

  * **Streamlined endpoint grouping**\
    Endpoints are organized by functional categories for faster discovery.

      <img src="https://mintcdn.com/ormilabs/xSU0WP2BaG0We0ud/images/0xAPI/docs-changelog.png?fit=max&auto=format&n=xSU0WP2BaG0We0ud&q=85&s=60e6597ff2f34177cabe420dc1f37240" alt="0xAPI Docs" width="1267" height="1148" data-path="images/0xAPI/docs-changelog.png" />

  ## Why this is important

  These improvements significantly reduce the time required to explore, test, and integrate 0xAPI, making it easier for developers to work with real-time blockchain data.
</Update>
