# Data Services

Our **REST API** offers programmatic access to token-level insights across the Solana ecosystem. It powers products, bots, dashboards, and analytics tools with **real-time and historical data** across multiple dimensions.

Base URL:&#x20;

<pre><code><strong>https://api.neglect.trade
</strong></code></pre>

Developers can:

* Query token metadata (name, symbol, supply, creation time, social links, etc.)
* Track new listings, graduations, and bonding events
* Integrate directly with our token discovery and trading pipelines
* Access consistent, reliable JSON responses designed for builders
* …and much more

We also offer a [MCP (Model Context Protocol)](https://modelcontextprotocol.io/docs/getting-started/intro) server for enhanced agentic integrations. This allows AI systems and autonomous agents to query the same Solana data endpoints in real time, enabling composable workflows and in-context reasoning across Solana DeFi data.

Whether you're building automated strategies, dashboards, indexing layers, or entirely new products, our endpoints provide the foundation to move fast without parsing raw chain data.

<a href="https://neglect.trade/developers" class="button secondary">Check out our API plans & learn more</a>


---

# 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.neglect.trade/products/data-services.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.
