IXO Spatial Web APIs
Comprehensive documentation for the IXO Spatial Web API ecosystem
The IXO Spatial Web API is comprehensive and spans multiple layers of the software stack, providing various functions to interact with different components of the IXO ecosystem.
Blockchain RPC API
Blockchain RPC API
Manages on-chain data and transactions via direct RPC communication.
Features
- Direct blockchain interaction
- Transaction management
- On-chain data access
Documentation
Learn how to use the RPC API
Blockchain REST API
Blockchain REST API
Provides a gRPC REST interface for direct blockchain queries.
Features
- RESTful interface
- Protocol buffer support
- Efficient data transfer
Documentation
Learn how to use the REST API
Blocksync GraphQL API
Blocksync GraphQL API
Provides a GraphQL interface for efficient and flexible querying of indexed blockchain data.
Features
- Flexible query language
- Nested queries
- Filtering and pagination
Documentation
Learn how to use the GraphQL API
Matrix State Bot API
Matrix State Bot API
An interface to the private and secure data vaults stored in Matrix.
Features
- Secure data storage
- Access control
- State management
Documentation
Learn how to use the Matrix State Bot API
Registry API
Registry API
Manages the registration and verification of entities, claims, and assets in the IXO ecosystem.
Features
- Entity registration
- Claim verification
- Asset management
Documentation
Learn how to use the Registry API
API Design Principles
The IXO Spatial Web API is organized around REST principles:
- Predictable resource-oriented URLs
- Form-encoded request bodies
- JSON-encoded responses
- Standard HTTP response codes
- Consistent authentication mechanisms
- Standard HTTP verbs
Test Mode
You can use the IXO Spatial Web API in test mode by directing server endpoints to our testnet blockchain.
Transactions on the testnet do not involve real tokens or data, and they are not guaranteed to be available in the future.
It is advisable to use anonymous or mock data during testing to ensure data privacy and integrity.