Create the project
Sign in with email, social login, or wallet. Walos provisions the default project and environment before you register any package.
Walos gives Sui teams managed historical indexing, a REST query gateway, webhook delivery, and an ops console for the packages they already publish on-chain.
The public site stays honest about the current product surface: managed indexing, REST access, webhook delivery, storage operations, billing, usage, and status visibility.
Sign in with email, social login, or wallet. Walos provisions the default project and environment before you register any package.
Paste the on-chain Sui package ID, add an optional MVR name, and choose the modules whose events should be indexed.
Historical checkpoint backfill and live indexing are visible from the console alongside logs, package state, and retry status.
Use scoped API keys for REST reads, connect webhooks for event delivery, and inspect usage from the same operational surface.
Walos keeps product teams close to the underlying Sui data: raw package events, typed JSON payloads, cursor pagination, scoped keys, and operational logs remain visible instead of hidden behind a black-box analytics promise.
Register packages and let Walos build a queryable event history from chain data.
Filter by package, event type, sender, timestamp, cursor, and checkpoint order.
Create endpoints, scope delivery to events, and inspect delivery health from the console.
Manage storage buckets, objects, S3 credentials, and CDN-style object access in the app.
curl -H "x-api-key: $WALOS_KEY" "https://walos.xyz/v1/events?package=0xYOUR_PACKAGE_ID&limit=50&order=desc"
{
"data": [{
"eventType": "events::OfferMadeEvent<...>",
"checkpoint": 300563601,
"sender": "0xabc...",
"data": { "price": "1000000000" }
}],
"meta": { "hasMore": false, "nextCursor": null }
}pricing
Start free. Pro is $49 / 30 days, payable in USDC or USDT via managed deposit invoices on Sui when you need higher storage, file, bandwidth, request, and gateway limits. Agent jobs remain a gated preview until the Storage Agents task ships.
For indie developers
Founding preview for growing teams on Sui
For large-scale indexing