API Overview
INTAGIUM provides comprehensive APIs for integrating with the blockchain and its specialized modules. This section covers all available APIs and integration methods.
Available APIs
REST API
Standard HTTP REST API for web application integration.
- Endpoint:
https://api.testnet.intagium.com
- Documentation: OpenAPI/Swagger specifications available
JSON-RPC API
Ethereum-compatible JSON-RPC API for Web3 integration.
- Endpoint:
https://web3.testnet.intagium.com
- Chain ID:
2024
gRPC API
High-performance gRPC API for system-to-system communication.
- Endpoint:
grpc.testnet.intagium.com:443
WebSocket API
Real-time WebSocket API for live updates and notifications.
- Endpoint:
wss://ws.testnet.intagium.com
Module APIs
Each INTAGIUM module provides its own set of API endpoints:
- DRM Module - Digital rights management operations
- DOR Module - Asset registration and ownership tracking
- EDM Module - Data management and access control
- Infra Module - Infrastructure coordination
Coming Soon
Detailed API documentation is being prepared. In the meantime:
- Getting Started - Learn the basics
- Hello World Tutorial - See API examples
- Modules Overview - Understand module functionality