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:

{
  "data": {
    // Response data specific to the endpoint
  },
  "metadata": {
    // Additional information about the response
  }
}

Development Resources

The gRPC Gateway simplifies blockchain integration by allowing developers to use familiar REST APIs instead of implementing gRPC-specific libraries.