# Endpoint Overview

| Module              | Endpoint                                       | Description                        | Update Frequency |
| ------------------- | ---------------------------------------------- | ---------------------------------- | ---------------- |
| **Currency**        | /currencies                                    | Get all listed currencies          | 1 min            |
|                     | /currencies/{id}                               | Get currency details               | 5 min            |
|                     | /currencies/{currency\_id}/market-snapshot     | Get currency market snapshot       | 30 s             |
|                     | /currencies/{currency\_id}/token-economics     | Get token economics data           | 5 min            |
|                     | /currencies/{currency\_id}/klines              | Get currency historical klines     | Real-time        |
|                     | /currencies/{currency\_id}/supply              | Get currency historical supply     | 1 min            |
|                     | /currencies/{currency\_id}/pairs               | Get currency trading pairs         | 30 s             |
|                     | /currencies/sector-spotlight                   | Get sector and spotlight data      | 1 min            |
|                     | /currencies/{currency\_id}/fundraising         | Get currency fundraising info      | 1 min            |
| **ETF**             | /etfs/summary-history                          | Get ETF aggregate historical data  | 1 min            |
|                     | /etfs                                          | Get ETF list                       | 1 min            |
|                     | /etfs/{ticker}/market-snapshot                 | Get ETF market snapshot            | 1 min            |
|                     | /etfs/{ticker}/history                         | Get ETF historical data            | 1 min            |
| **SoSoValue Index** | /indices                                       | Get index list                     | 1 min            |
|                     | /indices/{index\_ticker}/constituents          | Get index constituents and weights | 1 min            |
|                     | /indices/{index\_ticker}/market-snapshot       | Get index market snapshot          | 30 s             |
|                     | /indices/{index\_ticker}/klines                | Get index historical klines        | 1 min            |
| **Crypto Stocks**   | /crypto-stocks                                 | Get crypto stocks list             | 1 min            |
|                     | /crypto-stocks/{stock\_ticker}/market-snapshot | Get company market snapshot        | 30 s             |
|                     | /crypto-stocks/{stock\_ticker}/market-cap      | Get company historical market cap  | 1 min            |
|                     | /crypto-stocks/{stock\_ticker}/klines          | Get company historical klines      | Real-time        |
|                     | /crypto-stocks/sector                          | Get crypto stock sectors           | 1 min            |
|                     | /crypto-stocks/sector/{sector\_name}/index     | Get sector index history           | 1 min            |
| **BTC Treasuries**  | /btc-treasuries                                | Get BTC treasury company list      | 1 min            |
|                     | /btc-treasuries/{ticker}/purchase-history      | Get BTC purchase history           | 1 min            |
| **Feeds**           | /news                                          | Get news feed                      | Real-time        |
|                     | /news/hot                                      | Get hot news                       | Real-time        |
|                     | /news/featured                                 | Get featured news                  | Real-time        |
| **Fundraising**     | /fundraising/projects                          | Get project list                   | 1 min            |
|                     | /fundraising/projects/{project\_id}            | Get project fundraising info       | 1 min            |
| **Macro**           | /macro/events                                  | Get macroeconomic events by date   | 1 min            |
|                     | /macro/events/{event}/history                  | Get macro event historical data    | 1 min            |
| **Analysis**        | /analyses                                      | Get chart list                     | 1 min            |
|                     | /analyses/{chart\_name}                        | Get chart data                     | 1 min            |


---

# 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/endpoint-overview.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.
