Interact with the IXO Protocol blockchain networks
The IXO Blockchain API provides direct access to IXO Protocol networks, enabling transaction broadcasting, state queries, and smart contract interactions.
The IXO Blockchain API allows developers to interact with IXO Protocol blockchain networks through standardized endpoints. It provides capabilities for:
Transaction creation and broadcasting
Blockchain state queries
Smart contract deployment and execution
Account management and authentication
Digital twin and entity operations
Transactions
Submit and track blockchain transactions with secure signing
Queries
Query blockchain state and data with efficient filtering
GET /blocks/latest // Get the latest blockGET /bank/balances/{address} // Get account balancesGET /auth/accounts/{address} // Get account informationGET /staking/validators // Get validator list
GET /wasm/code/{code_id} // Get contract codeGET /wasm/contract/{contract_address} // Get contract infoPOST /wasm/contract/{contract_address}/execute // Execute contract