This section contains comprehensive API reference documentation for the Para SDK. It’s organized into three main categories to help you quickly find what you need:
Direct SDK methods for authentication, wallet management, and blockchain operations. These are the fundamental building blocks for integrating Para into any JavaScript/TypeScript application.
React-specific hooks that provide a declarative interface for Para functionality. These hooks handle state management, caching, and lifecycle concerns automatically, making it easy to build React applications with Para.
TypeScript type definitions and interfaces used throughout the SDK. Understanding these types will help you write type-safe code and better understand the data structures returned by Para methods.
If you’re just getting started, we recommend checking out the Getting Started guide first to understand the basics before diving into the API reference.For implementation examples and best practices, visit our Examples section.