# Introduction

bloXroute Solana Trader API has over 40 unique endpoints and even more on the way. Our product follows bloXroute’s mission to provide a DeFi infrastructure that helps the user “Listen faster, and act faster.” We sorted our endpoints based on the DeFi project we supported.&#x20;

You can find all the bloXroute Trader API-supported DEX projects and the correlated endpoints [here](/solana/trader-api/api-endpoints.md).&#x20;

### What You Can Do

* Submit signed transactions with low-latency routing and optional protection modes.
* Build unsigned swap transactions through Pump.fun / PumpSwap and Jupiter.
* Monitor balances, blockhashes, transaction status, tracing, and fee data.
* Stream live on-chain data and events backed by our own [OFR shred-stream](/solana/optimized-feed-relay.md).

### Get Started

* [`Quick Start`](/solana/trader-api/quick-start.md) to build your first request
* [`Regions`](/solana/trader-api/introduction/regions.md) to choose the best endpoint
* [`Rate Limits`](/solana/trader-api/introduction/rate-limits.md) to understand credit consumption
* [`Tip and Tipping Addresses`](/solana/trader-api/introduction/tip-and-tipping-addresses.md) to see our public tip wallets and requirements

### SDKs

* [`Go SDK`](/solana/trader-api/quick-start/go-sdk.md)
* [`Python SDK`](/solana/trader-api/quick-start/python-sdk.md)
* [`Typescript SDK`](/solana/trader-api/quick-start/typescript-sdk.md)
* [`Rust SDK`](/solana/trader-api/quick-start/rust-sdk.md)
* [`QUIC SDK`](/solana/trader-api/quick-start/quic-sdk.md)

### API Categories

* [`Transaction Submission`](/solana/trader-api/api-endpoints/transaction-submisson.md) for low-latency send paths
* [`Utilities`](/solana/trader-api/api-endpoints/core-endpoints.md) for balances, blockhashes, tracing, and real-time fee data
* [`Pump.fun / PumpSwap`](/solana/trader-api/api-endpoints/pump.fun.md) for quoting, transaction building, and streams on Pump.fun
* [`Jupiter`](/solana/trader-api/api-endpoints/jupiter.md) for Jupiter quotes and swap transaction construction


---

# 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.bloxroute.com/solana/trader-api/introduction.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.
