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

# Get the rate card

> GET /public/rates/card returns the daily SRR as a plain-text, shareable rate card for both schemes. Public, no API key, no markup, no secrets.

A plain-text rate card summarising today's [SRR](/core-concepts#the-scrip-reference-rate-srr) for both schemes: the artifact a desk forwards on WhatsApp. Public, no key, no markup, no secrets.

```bash theme={"dark"}
curl "https://api.scripxhq.com/public/rates/card"
```

## Response

```json theme={"dark"}
{
  "text": "ScripX Reference Rate (SRR)\nRODTEP: 98.20% of face ▲ 15 bps\nROSCTL: 97.10% of face · unchanged (quotes)\nAs of 2026-07-25T14:32:00+05:30 · scripxhq.com/rates",
  "as_of": "2026-07-25T14:32:00+05:30"
}
```

The `text` field is ready to paste or forward as is. Each scheme line shows the rate as a percentage of face, the 24-hour change with a direction marker, and a basis tag when the number is not from settled trades (`quotes` or `indicative`). Response is `Cache-Control: public, max-age=300`, rate-limited per IP.

## Related

* [Get the SRR](/api-reference/public/rates)
* [Rate history](/api-reference/public/rate-history)

**Terms used here:** [scrip](/annexure/terminology#duty-credit-scrip), [bps](/annexure/terminology#basis-point), [SRR](/annexure/terminology#scrip-reference-rate). Full list in the [terminology annexure](/annexure/terminology).
