Introduction
Integrate with Pond3r API to power your applications with blockchain data
Welcome to Pond3r API
Pond3r API allows you to integrate AI-powered blockchain data querying capabilities directly into your applications. With our API, you can enable natural language interactions with blockchain data without requiring your users to have specialized knowledge of subgraphs, GraphQL, or protocol implementations.
Pond3r API Endpoints
View available API endpoints
Key Features
- Natural Language Understanding: Send plain English queries about blockchain data
- Cross-Protocol Data Access: Get data from multiple chains and protocols with a single request
- Real-Time Price Information: Access accurate price data from Pyth Network
- Social Data Integration: Retrieve insights from web3 social platforms like Farcaster
- Computed Data Sets: Leverage pre-processed data for complex analyses
Authentication
All API endpoints are authenticated using API keys. You’ll need to include your API key in the x-api-key
header of your requests.
Type-Safe API Integration Examples
Here are examples of how to integrate the Pond3r API using type-safe approaches in TypeScript (with Zod) and Python (with Pydantic).
TypeScript with Zod
Python with Pydantic
These examples demonstrate how to:
- Define structured schemas for Aave V3 liquidation events
- Handle complex nested data structures
- Format and display the results in a readable way
- Maintain type safety throughout the application
You can adapt these schemas based on the specific data you’re querying from the API. The examples show a simple token price query, but the same pattern works for any structured data returned by the API.