# SVS API

{% hint style="info" %}

#### Gain access to this service on our cloud platform linked [***here***](https://cloud.solanavibestation.com/index.php?/cart/svs-api/)

{% endhint %}

{% embed url="<https://lucidarium.solanavibestation.com/>" %}

### <mark style="color:purple;">Core Endpoints</mark>

#### **Metadata Endpoint** (`/metadata`)

Retrieves comprehensive token information including names, symbols, decimals, creator addresses, and off-chain metadata like descriptions and images. Supports batch requests for up to 36 tokens simultaneously.

#### **Price Endpoint** (`/price`)

Provides current and historical pricing data with time-based averages, minimums, and maximums (1-minute, 15-minute, 1-hour, 24-hour, 72-hour), plus latest trade prices and trading\
volume. Supports optional USDC pricing. Returns data for tokens launched on major Solana platforms including Raydium, Pump.fun, and others.

#### **Mint Info Endpoint** (`/mint_info`)

Delivers detailed launch information for tokens created within the past 24 hours, including creator details, timestamps, trading history, and comprehensive metadata. Specifically tracks tokens from major launch platforms.

#### **Ranking Endpoint** (`/rank`)

Analyzes and ranks tokens based on configurable metrics, particularly price momentum ratios between different time periods. Includes filtering capabilities for top/bottom performers and custom ratio ranges.

#### **Price Subscription Endpoint** (`/subscribe-price`)

Streams real-time price updates via Server-Sent Events (SSE) for multiple tokens simultaneously. Uses efficient delete/insert operations with sequence numbers to maintain data consistency and enable live price tracking.

### <mark style="color:$success;">DeFi Endpoints</mark>

#### **Price Endpoint** (`/defi/price`)

Provides real-time pricing information for a single token including USD value, 24-hour price change percentage, price in native SOL, and liquidity metrics.

#### **Multiprice Endpoint** (`/defi/multiprice`)

Provides real-time pricing information for tokens including USDC value, 24-hour price change percentage, price in native SOL, and liquidity metrics. Returns data as a map keyed by\
token address.

### <mark style="color:blue;">Prediction Market Endpoints</mark>

#### **Candles Endpoint** (`/prediction/candles`)

Returns open, high, low, close prices and volume for each market, broken down by buy/sell and yes/no sides. Supports Polymarket market ids.&#x20;

### <mark style="color:$danger;">MCP Server</mark>

The SVS API MCP is a Model Context Protocol (MCP) server that provides real-time Solana market data. All the endpoints above are available tools for the server. [See more.](/developers/partner-marketplace/svs-api/svs-api-mcp-server.md)

### Primary Goals

**Market Intelligence**: Track emerging tokens and their performance across major Solana launch platforms to identify trending opportunities.

**Real-Time Monitoring**: Provide live price feeds and historical context to support trading decisions and market analysis.

**Token Discovery**: Enable users to discover and analyze newly launched tokens with comprehensive metadata and trading activity.

**Performance Analytics**: Rank tokens by momentum indicators and custom metrics to surface high-performing or declining assets.

The API serves traders, analysts, and applications requiring up-to-date Solana token information with particular emphasis on newly launched projects and real-time price movements.\
\
\
Purchase link:\
<https://cloud.solanavibestation.com/index.php?/cart/svs-api/>


---

# 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.solanavibestation.com/developers/partner-marketplace/svs-api.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.
