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

# Introduction

> Welcome to the Pure Public API Documentation

<img className="block" src="https://mintcdn.com/puretechnologies/aY1E9MRqMNmDTvRz/images/hero.webp?fit=max&auto=format&n=aY1E9MRqMNmDTvRz&q=85&s=7149bae1db76b9c433a46ab62338f63f" alt="Hero" width="1920" height="665" data-path="images/hero.webp" />

## Welcome to the Pure API

The Pure Public API provides programmatic access to Pure's precious metals marketplace — including real-time product data, spot prices, order book depth, and more. Use it to build integrations, trading tools, or data pipelines on top of the Pure platform.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/api-reference/quickstart">
    Make your first API request in minutes
  </Card>

  <Card title="Authentication" icon="lock" href="/api-reference/authentication">
    Learn how to authenticate your API requests
  </Card>
</CardGroup>

## Getting Started

<Steps>
  <Step title="Get an API Key">
    Create an API key from your [API Keys
    dashboard](https://www.collectpure.com/dashboard/api-keys). Choose **Live**
    for production or **Sandbox** for testing.
  </Step>

  <Step title="Include Your API Key">
    Add your API key to the `x-api-key` header in all your requests.
  </Step>

  <Step title="Make Your First Request">
    Follow the [Quickstart guide](/api-reference/quickstart) to verify your key
    and start fetching data.
  </Step>
</Steps>

## What's Available

<CardGroup cols={2}>
  <Card title="Products" icon="coins" href="/api-reference/introduction">
    Fetch products by ID, search and filter by material and attributes, view
    analytics, activity, order book depth, and catalog metadata
  </Card>

  <Card title="Spot Prices" icon="chart-line" href="/api-reference/introduction">
    Real-time precious metal spot prices with market status and timestamps
  </Card>

  <Card title="Marketplace" icon="store" href="/api-reference/introduction">
    Marketplace stats, recommended shipping dates, and sitemap data
  </Card>

  <Card title="Execution - Buy" icon="bolt" href="/api-reference/execution-buy">
    Programmatically buy precious metals — get quotes, review pricing, and
    execute orders via API
  </Card>

  <Card title="Execution - Sell" icon="arrow-right-arrow-left" href="/api-reference/execution-sell">
    Programmatically sell precious metals — get quotes, configure payouts, and
    execute sell orders via API
  </Card>

  <Card title="Orders" icon="receipt" href="/api-reference/introduction">
    List and filter sale orders, purchase orders, or both for your organization
  </Card>

  <Card title="Organization" icon="building" href="/api-reference/introduction">
    Retrieve and update organization settings, including vacation mode and
    payout preferences
  </Card>
</CardGroup>

## Support

If you need assistance with the API, please contact our support team at [support@collectpure.com](mailto:support@collectpure.com) or visit [collectpure.com](https://www.collectpure.com).
