What You’ll Find Here

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:

Core Methods

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 Hooks

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.

Types & Interfaces

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.

Quick Navigation Tips

  • All items within each category are organized alphabetically for easy discovery
  • Each reference includes detailed parameter descriptions, return types, and usage examples
  • Type definitions link to their corresponding documentation for deeper understanding
  • Hook documentation shows both TypeScript interfaces and practical implementation patterns

Need Help?

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.