Getting Started
Start using POND3R in under 5 minutes
Getting Started with POND3R
This guide will help you quickly get started with POND3R’s web app and API to access Web3 data through natural language.
Using the Web3 Data Chat
The Web3 Data Chat is the easiest way to start exploring blockchain data without any technical setup.
Navigate to the chat interface
Go directly to makeit.pond3r.xyz.
Ask your first question
Type a natural language question in the chat box, such as:
or
Review the response
POND3R will process your question, find the relevant data sources, and return a human-readable answer with visualizations when applicable.
Refine your query
You can ask follow-up questions to drill down into the data. For example:
POND3R maintains context from previous questions to provide more relevant answers.
Connecting to the API
For developers looking to integrate POND3R’s capabilities into their applications:
Get your API key
Navigate to “Settings” > “API Keys” in your POND3R dashboard and click “Generate New Key”. Give your key a name (e.g., “Development Key”) and click “Create”.
Keep your API key secure and never expose it in client-side code. We recommend using environment variables to store your key.
Make your first API request
Use the following code example to make a basic request to the POND3R API:
Parse the response
The API returns JSON responses in this format:
result
: Contains the natural language response to your querystatus
: Indicates whether the request was successful
Next steps
Now that you’ve made your first queries with POND3R, you can: