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.

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.