---
title: "Symbols whose cross-source price spread exceeds a threshold"
method: GET
path: "/v1/prices/divergence"
tags: ["prices"]
---

# Symbols whose cross-source price spread exceeds a threshold

`GET /v1/prices/divergence`

## Query parameters

- `threshold` integer — Spread floor in basis points. Default 50 bps — matches the tokenized PAXG/XAUT divergence threshold for consistency across transparency signals.

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Authentication failed.
- `422` — Validation Error
- `429` — Per-minute, anonymous, or monthly quota exceeded.
- `500` — The operation failed internally.
- `503` — A required backend or data source is temporarily unavailable.

## Changes

- **2026-08-18** `b7c4b36e1fa1` — 6 breaking, 1 warning, 9 info
  - the response property `message` became optional for the status `401`
  - the response property `message` became optional for the status `429`
  - the response property `message` became optional for the status `503`
  - response property `message` list-of-types was widened by adding types `null` to media type `application/json` of response `401`
  - …12 more

[Change history](https://skmtc.dev/goldprice/apis/gold-api/changes/v1/prices/divergence/get.md)

---

[API](https://skmtc.dev/goldprice/apis/gold-api.md) · [All operations](https://skmtc.dev/goldprice/apis/gold-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goldprice/gold-api/revisions/d2bb7eac068b/schema)
