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

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.)EVM chains + NEAR
MaintenanceRequest Network handles infrastructureYou manage all infrastructure
Best ForMost applicationsNEAR support, protocol development

Resources