Overview
- Use this API when your client needs HTTP/JSON access to protocol queries.
- Use the RPC API for direct node interaction patterns.
- Use service APIs for IXO Blocksync, IXO Matrix, or Impact Hub Registry workflows.
Request model
- Client sends HTTP request.
- Gateway maps request to gRPC service methods.
- Gateway returns JSON response.
Example endpoint shapes
Authentication
Authentication requirements vary by deployment.- Confirm credentials in
/reference/authentication-matrix. - Confirm network endpoint mappings in
/reference/networks-and-endpoints.
Related references
- Blockchain RPC API:
/api-reference/rpc-api - API authentication:
/api-reference/authentication - Product and SDK map:
/reference/product-and-sdk-map