# API Health

### Health Dashboard

You can check the status of all our API servers at:

[**https://portal.bloxroute.com/sol/health**](https://portal.bloxroute.com/sol/health)

This portal displays the health status of all endpoints across all regions and services.

### Individual Endpoint Health Checks

For programmatic access or specific endpoint monitoring, you can use the individual health URLs:

**General endpoints:**

```
https://<region>.solana.dex.blxrbdn.com/health
```

*(Replace `<region>` with your connected region)*

**Pump.fun-specific endpoints:**

* UK: `https://pump-uk.solana.dex.blxrbdn.com/health`
* NY: `https://pump-ny.solana.dex.blxrbdn.com/health`

For a full list of supported regions, refer to the [Regions](/solana/trader-api/introduction/regions.md) section.


---

# 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/support/api-health.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.
