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

# Changelog

> What's new in NEAR Intents.

## July 2026

<Update label="Jul 3, 2026" tags={["Feature", "API"]}>
  ### Shield Incident API

  A partner-facing API to pull active Shield incidents and submit new ones. Use
  `GET`/`POST https://shield.chaindefuser.com/incident` with a `SHIELD` API key.

  <Card title="Shield Incident API guide" icon="paper-plane" href="/security-compliance/shield-incident-api" horizontal>
    Endpoints, request and response shapes, scope fields, and how to get a token.
  </Card>
</Update>

<Update label="Jul 1, 2026" tags={["Feature", "API"]}>
  ### Confidentiality parameter

  Quote requests now accept a `confidentiality` field that makes a normal quote a
  confidential swap (invite-only).

  <Card title="Confidentiality parameter" icon="user-secret" href="/changelog/entries/2026-07-02-confidentiality-parameter" horizontal>
    What changed, the two integration paths, and an example request.
  </Card>
</Update>

## June 2026

<Update label="Jun 27, 2026" tags={["Feature", "API"]}>
  ### Verify Quote Signatures

  1Click signs quote payloads so partners can verify the payload origin and detect
  tampering before using fields like `depositAddress` in 1click quote response
  payloads.

  <Card title="Verify Quote Signatures" icon="shield-check" href="/integration/distribution-channels/1click-api/verify-quote-signature" horizontal>
    What is signed, how to verify, and code examples.
  </Card>
</Update>
