# Developer Platform

<h2 align="center">Get starting with few steps</h2>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>Explore the on-chain data</strong></td><td>Dive into real-time blockchain data and uncover actionable insights</td><td><a href="https://wavesonchain.com/dashboard/on-chain">https://wavesonchain.com/dashboard/on-chain</a></td><td><a href="/files/LHIOZGoI6dPF36TuRaxH">/files/LHIOZGoI6dPF36TuRaxH</a></td></tr><tr><td><h4><i class="fa-binary-circle-check">:binary-circle-check:</i></h4></td><td><strong>Create custom metrics</strong></td><td>Build and tailor metrics to track what matters most to your strategy</td><td><a href="https://wavesonchain.com/community/metrics">https://wavesonchain.com/community/metrics</a></td><td><a href="/files/IaUMODRBBSBL8eUaPX09">/files/IaUMODRBBSBL8eUaPX09</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>API</strong></td><td>Access powerful data endpoints to integrate blockchain insights into your apps</td><td><a href="https://beta-api.wavesonchain.com/">https://beta-api.wavesonchain.com/</a></td><td><a href="/files/ebMoLMpZFyLqpzByuzrk">/files/ebMoLMpZFyLqpzByuzrk</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Get started in 5 minutes

Set up your first API request with ease. Clean documentation, copy-paste examples, and quick authentication get you from zero to first call instantly

No guesswork - just results

<a href="https://beta-api.wavesonchain.com/" class="button primary" data-icon="rocket-launch">Get started</a>&#x20;
{% endcolumn %}

{% column %}
{% code title="index.js" overflow="wrap" %}

```python
WAVES_DAO_ADDRESS = "3PEwRcYNAUtoFvKpBhKoiwajnZfdoDR6h4h"

all_proposals = session.get(
    "https://beta-api.wavesonchain.com/v1/on-chain/power/child-dao-proposals"
).json()
proposals = []
```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Join a community of Agents</h2>

<p align="center">Connect with fellow Agents, share insights, and stay ahead. Join our Telegram and other channels to collaborate and grow together</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-x-twitter">:x-twitter:</i></h4></td><td>Stay updated with the latest insights, updates, and on-chain trends - right on X</td><td><a href="https://x.com/wavesonchains" class="button primary" data-icon="x-twitter">Follow us</a></td><td></td></tr><tr><td><strong>Join our Telegram community</strong></td><td>Connect, discuss, and share insights with fellow Agents in real time</td><td><a href="https://t.me/wavesonchains" class="button primary" data-icon="telegram">WOC Community</a></td><td></td></tr></tbody></table>


---

# 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.wavesonchain.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.
