Broad Connectivity
Wide Coverage
Access 20+ blockchain networks
Effortlessly tap into the multi-chain space with our ingress layer.
Multi-chain Data
Aggregated APIs
Query multi-chain data in just one call
import { OcelloidsClient } from "@sodazone/ocelloids-client";
const client = new OcelloidsClient(API_TOKEN);
client.agent("steward")
.query({
op: "assets",
criteria:[
{
network: "urn:ocn:polkadot:1000",
assets: [ "1984" ]
},
{
network: "urn:ocn:polkadot:2034",
assets:[ "15", "10", "25" ]
}
]
})
.then(res => {
console.log(res.items)
});
Multi-Chain simplified.
Access tailored data from multiple chains in just one call, significantly reducing the complexities of your multi-chain application development journey.
Easy Integration
Live Data Streams
Subscribe to data streams over Webhooks and WebSockets
import { OcelloidsClient } from "@sodazone/ocelloids-client";
const client = new OcelloidsClient(API_TOKEN);
client.agent("xcm").subscribe({
senders: "*",
events: "*",
origin: "urn:ocn:polkadot:2004",
destinations: [
"urn:ocn:polkadot:0",
// ...
"urn:ocn:polkadot:2000"
]},
{
onMessage: msg => console.log(msg),
onError: error => console.log(error),
onClose: event => console.log(event.reason)
}
);
Develop highly responsive applications with Ocelloids.
Our agents ensure that your application receives onchain data in a user-friendly format, with reliability and uninterrupted service.
Say goodbye to costly indexers and hello to real-time streams!
Avoid vendor lock-in
Open Source
Take control of your destiny, prioritize flexibility and security
Licensed under the Apache License, Version 2.0
Our open source software allows you to audit, customize and innovate without limitations.
Choose open source software for a transparent, collaborative, and secure approach to software development, where flexibility and security are top priority in your technology stack.
Bundled Automation
Offchain Agents
Power-up your projects with versatile offchain automation
Monitor asset balances across multiple chains seamlessly.
Connect the waypoints of an XCM journey, leveraging the XCM Monitor data streams.
Unlock frictionless experiences
where offchain and onchain converge