# Overview

This module provides basic currency information, market snapshots, klines, supply history, trading pairs, and fundraising data.

## Endpoints

| Endpoint                                                                                                      | Description                    |
| ------------------------------------------------------------------------------------------------------------- | ------------------------------ |
| [GET /currencies](/sosovalue-api-doc/1.-currency-and-pairs/list.md)                                           | Get all listed currencies      |
| [GET /currencies/{currency\_id}](/sosovalue-api-doc/1.-currency-and-pairs/info.md)                            | Get currency details           |
| [GET /currencies/{currency\_id}/market-snapshot](/sosovalue-api-doc/1.-currency-and-pairs/market-snapshot.md) | Get currency market snapshot   |
| [GET /currencies/{currency\_id}/token-economics](/sosovalue-api-doc/1.-currency-and-pairs/token-economics.md) | Get token economics data       |
| [GET /currencies/{currency\_id}/klines](/sosovalue-api-doc/1.-currency-and-pairs/klines.md)                   | Get currency historical klines |
| [GET /currencies/{currency\_id}/supply](/sosovalue-api-doc/1.-currency-and-pairs/supply.md)                   | Get currency historical supply |
| [GET /currencies/{currency\_id}/pairs](/sosovalue-api-doc/1.-currency-and-pairs/pairs.md)                     | Get currency trading pairs     |
| [GET /currencies/sector-spotlight](/sosovalue-api-doc/1.-currency-and-pairs/sector-spotlight.md)              | Get sector and spotlight data  |
| [GET /currencies/{currency\_id}/fundraising](/sosovalue-api-doc/1.-currency-and-pairs/fundraising.md)         | Get currency fundraising info  |


---

# 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://sosovalue-1.gitbook.io/sosovalue-api-doc/1.-currency-and-pairs/currency.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.
