Skip to main content
AI-Generated Content – This page was generated with AI assistance and may contain inaccuracies. While likely close to accurate, please verify critical details with the stable documentation or contact support.

Request Network SDK

The Request Network SDK provides direct access to the Request Network protocol for advanced use cases and custom integrations.
Most developers should use the Request Network API instead of the SDK. The API provides a simpler interface with built-in features like webhooks, payment processing, and managed infrastructure.

When to Use the SDK

The SDK is recommended for:
  • NEAR blockchain integration - NEAR support is currently SDK-only
  • Custom protocol interactions - Direct access to Request Network’s core protocol
  • Advanced cryptographic operations - Custom encryption and signing workflows
  • Protocol-level development - Building on top of Request Network infrastructure

Getting Started with the SDK

SDK Documentation

Complete SDK reference and integration guides (legacy docs)

Migrate to API V2

Moving from V1 API to V2 API for better features and support

API vs SDK Comparison

FeatureAPI (Recommended)SDK
Setup ComplexitySimple - API key authenticationComplex - Direct protocol integration
Webhooksβœ… Built-in❌ Manual implementation required
Payment Processingβœ… AutomatedπŸ”§ Manual transaction handling
Supported ChainsEVM chains (Ethereum, Polygon, etc.) + TronEVM chains + NEAR
MaintenanceRequest Network handles infrastructureYou manage all infrastructure
Best ForMost applicationsNEAR support, protocol development

Resources