Build with kava

API, SDK, and documentation for developers building on kava.fund

📖

API Reference

Complete REST API documentation for integrating kava.fund into your applications.

Coming Soon

JavaScript SDK

Official TypeScript/JavaScript library for building with kava on the web.

Coming Soon
🦀

Rust SDK

Build Solana programs and backend services that integrate with kava campaigns.

Coming Soon
🔗

Webhooks

Real-time notifications for donations, campaign updates, and more.

Coming Soon

Quick Start

Get started with the kava.fund API in minutes

// Coming soon: fetch campaign data
fetch('https://api.kava.fund/campaigns/:id')
  .then(res => res.json())
  .then(campaign => {
    console.log(campaign.title);
    console.log(campaign.total_raised);
  });

📝 Documentation is in progress. Check back soon for full API access.