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
Manages on-chain data and transactions via direct RPC communication.
Learn how to use the RPC API
Blockchain REST API
Provides a gRPC REST interface for direct blockchain queries.
Learn how to use the REST API
Blocksync GraphQL API
Provides a GraphQL interface for efficient and flexible querying of indexed blockchain data.
Learn how to use the GraphQL API
Matrix State Bot API
An interface to the private and secure data vaults stored in Matrix.
Learn how to use the Matrix State Bot API
Registry API
Manages the registration and verification of entities, claims, and assets in the IXO ecosystem.
Learn how to use the Registry API
The IXO Spatial Web API is organized around REST principles:
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.
Learn about API authentication methods
Understand API error responses
Learn about data pagination