Blockchain REST API
RESTful interface for accessing IXO blockchain’s gRPC services
The IXO Blockchain REST API provides a RESTful interface to access IXO blockchain’s gRPC services, bridging the gap between high-performance gRPC and web-friendly REST APIs.
How It Works
Available Endpoints
Response Structure
All responses are returned in JSON format and follow a consistent structure:
Development Resources
IXO Blockchain
Core blockchain repository with custom modules
Multiclient SDK
TypeScript SDK for blockchain interaction
The gRPC Gateway simplifies blockchain integration by allowing developers to use familiar REST APIs instead of implementing gRPC-specific libraries.
Was this page helpful?