# /price

Get live price information for Solana or a specific SPL token.

## Usage

`/price [spltoken]`

| Option     | Required | Description                                       |
| ---------- | :------: | ------------------------------------------------- |
| `spltoken` |          | Token name or address. Leave blank for SOL price. |

## What it shows

* Current price (USD)
* 24-hour price change (%)
* All-time high (ATH)
* Trading volume
* Price changes over 7d, 14d, 30d, 60d, 200d, and 1 year

<figure><img src="https://solmatebot.com/docs/placeholder-cmd-price.png" alt=""><figcaption><p>/price command showing SOL price data</p></figcaption></figure>

{% hint style="info" %}
If no token is specified, the command returns the current Solana (SOL) price.
{% endhint %}

The response includes a "Buy on Jup.ag" button to quickly swap to the token on Jupiter.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.solmatebot.com/discord-commands/price.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
