walospublic
public betaSui data plane

A calm control plane for Sui event data.

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.

Move event indexingScoped API keysWebhook delivery stateOperational status history
Coverage
Sui mainnet and testnet
History
Backfill from genesis
Access
REST and webhooks
Console
Keys, logs, storage
workflow

From package ID to production query in four steps.

The public site stays honest about the current product surface: managed indexing, REST access, webhook delivery, storage operations, billing, usage, and status visibility.

01

Create the project

Sign in with email, social login, or wallet. Walos provisions the default project and environment before you register any package.

02

Register package IDs

Paste the on-chain Sui package ID, add an optional MVR name, and choose the modules whose events should be indexed.

03

Backfill and monitor

Historical checkpoint backfill and live indexing are visible from the console alongside logs, package state, and retry status.

04

Query or subscribe

Use scoped API keys for REST reads, connect webhooks for event delivery, and inspect usage from the same operational surface.

reference

Query chain events without maintaining your own indexer.

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.

Historical event indexing

Register packages and let Walos build a queryable event history from chain data.

REST query gateway

Filter by package, event type, sender, timestamp, cursor, and checkpoint order.

Webhook operations

Create endpoints, scope delivery to events, and inspect delivery health from the console.

Storage controls

Manage storage buckets, objects, S3 credentials, and CDN-style object access in the app.

GET /v1/eventsQuickstart
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

Storage, request, and billing limits.

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.

Compare plans

Free

For indie developers

$0/ forever
  • 1 project
  • 3 packages
  • 100 MB storage
  • 1K files
  • 10K API requests / day
  • 1 GB bandwidth / month
  • Shared gateway access
  • Community support
Get Started Free
Most Popular

Pro

Founding preview for growing teams on Sui

$49/ 30 days
  • 25 packages
  • 25 GB storage
  • 100K files
  • 1M API requests / day
  • 100 GB bandwidth / month
  • S3 gateway + CDN reads
  • Agent jobs gated during preview
  • Payable in USDC / USDT via managed deposit invoice
Open Billing

Enterprise

For large-scale indexing

Custom/ contact us
  • Unlimited projects and packages
  • Custom storage and file count
  • Custom bandwidth and request limits
  • Dedicated gateway terms
  • Custom support & contract terms
  • Storage agent rollout planning
  • Custom integrations
Contact Sales