# API's introduction

## Introduction

Welcome to the dEdge Solana Wallet Analysis API documentation. This API provides comprehensive tools for analyzing trading performance and patterns of Solana wallets. Whether you're tracking individual traders or analyzing multiple wallets in batch, our API offers detailed insights into trading behavior, performance metrics, and market participation.

## Features

* **Batch Processing**: Analyze multiple wallets simultaneously
* **Comprehensive Metrics**: Get detailed insights into:
  * Trading performance and PnL
  * Win rates and trade statistics
  * Fee analysis
  * Trading patterns and timing
  * Venue usage across DEXs
* **Historical Analysis**: Track performance over customizable time periods
* **Asynchronous Processing**: Enables efficient handling of large data sets by processing them in the background, allowing for faster response times and reduced latency.

## Getting Started

To get started with the API, check out our [Wallet Batch API](/dedge-sol-analyzer/api-documentation/readme/wallet-batch-api.md) documentation for detailed endpoint specifications and usage examples.

## Support

If you encounter any issues or have questions, please:

1. Check the documentation thoroughly
2. Contact our support team on telegram for additional help


---

# 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://dedge-1.gitbook.io/dedge-sol-analyzer/api-documentation/readme.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.
