> For the complete documentation index, see [llms.txt](https://docs.solanavibestation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solanavibestation.com/developers/partner-marketplace.md).

# Partner Marketplace

- [Overview: Partner Marketplace](https://docs.solanavibestation.com/developers/partner-marketplace/overview-partner-marketplace.md): The SVS Partner Marketplace comprises services developed by trusted SVS partners. All services are hosted and powered by SVS for maximum performance on SVS infrastructure.
- [SVS API](https://docs.solanavibestation.com/developers/partner-marketplace/svs-api.md): The Solana Vibe Station API provides comprehensive token intelligence for the Solana blockchain ecosystem, focusing on newly launched tokens and real-time market data.
- [Token Price API](https://docs.solanavibestation.com/developers/partner-marketplace/svs-api/token-price-api.md)
- [Token Info API](https://docs.solanavibestation.com/developers/partner-marketplace/svs-api/token-info-api.md)
- [Token Metadata API](https://docs.solanavibestation.com/developers/partner-marketplace/svs-api/token-metadata-api.md)
- [Token Rank](https://docs.solanavibestation.com/developers/partner-marketplace/svs-api/token-rank.md)
- [Price Subscribe](https://docs.solanavibestation.com/developers/partner-marketplace/svs-api/price-subscribe.md)
- [DeFi Price](https://docs.solanavibestation.com/developers/partner-marketplace/svs-api/defi-price.md)
- [DeFi Multiprice](https://docs.solanavibestation.com/developers/partner-marketplace/svs-api/defi-multiprice.md)
- [Prediction Candles](https://docs.solanavibestation.com/developers/partner-marketplace/svs-api/prediction-candles.md): Supports Polymarket
- [SVS API MCP Server](https://docs.solanavibestation.com/developers/partner-marketplace/svs-api/svs-api-mcp-server.md)
- [Sailfish](https://docs.solanavibestation.com/developers/partner-marketplace/sailfish.md): A service that lets you develop, test & run trading bots for Solana, ETH & Hyperliquid fast & production ready.
- [Latest Block Tick](https://docs.solanavibestation.com/developers/partner-marketplace/sailfish/latest-block-tick.md)
- [Pool Information](https://docs.solanavibestation.com/developers/partner-marketplace/sailfish/pool-information.md)
- [Token Information](https://docs.solanavibestation.com/developers/partner-marketplace/sailfish/token-information.md)
- [Normalized Trades](https://docs.solanavibestation.com/developers/partner-marketplace/sailfish/normalized-trades.md)
- [Graduated Pools](https://docs.solanavibestation.com/developers/partner-marketplace/sailfish/graduated-pools.md)
- [WebSocket Event Stream](https://docs.solanavibestation.com/developers/partner-marketplace/sailfish/websocket-event-stream.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.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.
