Developer Hub

Welcome to the Kabila Developer Hub. Here you'll find everything you need to integrate with the Kabila ecosystem and build on the Hedera network.

What's available

REST API

Kabila exposes a set of production-grade REST APIs that power the marketplace, analytics, and user management. All APIs follow OpenAPI 3.0 standards and include interactive documentation.

  • Marketplace Manager API β€” List, buy, sell, and manage NFTs, launchpads, collections, and offers
  • Analytics API β€” Access marketplace analytics and trading data
  • Users API β€” Authentication, user profiles, and account management

Get started with the REST API


JavaScript SDK

The @kabila-tech/kabila-sdk-js package wraps our APIs in a developer-friendly JavaScript/TypeScript SDK, making integration faster and simpler.

  • Type-safe methods for all API endpoints
  • Built-in authentication helpers
  • Works in Node.js and browser environments

Explore the SDK


Open Source β€” Built for Hashgraph

Hashgraph has commissioned Kabila to build and maintain official developer tools for the Hedera ecosystem. These open-source projects are used by thousands of developers worldwide.

  • Hedera Developer Playground β€” Interactive coding environment for Hedera SDKs
  • Hedera Contract Builder β€” Browser-based smart contract IDE for Hedera

Learn more about our open-source work


Base URLs

EnvironmentBase URL
Productionhttps://labs.kabila.app

Authentication

Most API endpoints require authentication via a Bearer JWT token obtained from the Users API login endpoint. Some marketplace operations additionally require a Hedera signature for on-chain verification.

See the Getting Started guide for full details.

Was this page helpful?