# Stakewiz API

## Welcome to Stakewiz API

Stakewiz is an analytics and utility website that serves the Solana ecosystem.

We aim to aggregate information about validators and the Solana network as a whole in order to provide helpful guidance to users seeking to stake their SOL.

As part of this we collate, aggregate and store large volumes of data, not all of which is available on-chain. This includes our Wiz Score which is a unique aggregated scoring system that combines over a dozen metrics into a single percentage score.

This API Reference lists out some of the public APIs we make available for anyone to use. Most of them can be accessed openly via a simple HTTPS GET request.

Feeling like an eager beaver? Jump in to the quick start docs and get making your first request:

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:


---

# 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.stakewiz.com/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.
