API, SDK, and documentation for developers building on kava.fund
Complete REST API documentation for integrating kava.fund into your applications.
Coming SoonOfficial TypeScript/JavaScript library for building with kava on the web.
Coming SoonBuild Solana programs and backend services that integrate with kava campaigns.
Coming SoonReal-time notifications for donations, campaign updates, and more.
Coming SoonGet 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.