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

# QASH API

> Build against QASH APIs for exchange rates, cards, and customer-facing financial workflows.

Use the QASH API to retrieve supported assets, request real-time exchange quotes, and manage partner card operations.

Use the public exchange endpoints for pricing widgets and checkout estimates. Use the authenticated Cards endpoints for card status, controls, balances, and transaction history.

<Info>
  The first endpoints documented here are public and do not require authentication.
</Info>

<CardGroup cols={2}>
  <Card title="Getting started" icon="rocket" href="/quickstart">
    Review environments, request conventions, and how to run live requests from the docs.
  </Card>

  <Card title="Exchange rates / TRM" icon="arrow-right-arrow-left" href="/api-reference/introduction">
    Explore supported assets and create public quotes with live TRM-based pricing.
  </Card>

  <Card title="Cards" icon="credit-card" href="/api-reference/cards/introduction">
    Manage card status, spending limits, balance, and transaction history with partner authentication.
  </Card>
</CardGroup>

## What you can do today

* List the fiat and digital assets available for exchange quotes
* Request a public quote between supported asset pairs
* Retrieve a card's current status and masked details
* Lock, unlock, and update card spending limits
* Check balances and review transaction history
* Inspect live responses from the interactive API playground

## Current scope

This release covers the Exchange Rates / TRM API and the Cards API. Additional authenticated endpoints can be added to the same reference as they are finalized.

<Note>
  If you want to test requests directly from the docs, open any endpoint page, choose an environment, and click `Run`.
</Note>
