Page cover

What is Acceso

Think of Acceso as three coordinated planes:

Conceptual model

Acceso is built to be long-lived infrastructure. API contracts are versioned. Response shapes are kept stable. Internals can evolve without forcing client rewrites.

  • Normalized APIs for common data primitives and analytics views

  • Real-time delivery via streams and alerting workflows

  • SDKs that mirror the API surface for production use

What you integrate with

Acceso sits between decentralized networks and application logic. It centralizes ingestion, protocol parsing, caching, auth, quota enforcement, and response normalization. This removes the need to run your own “glue” layer around RPCs and protocol APIs.

Acceso is a blockchain data and infrastructure platform for Solana and adjacent on-chain markets. It provides one integration surface for reads, analytics, and event-driven workflows.

  • Access plane: auth, quotas, request routing, and consistent errors

  • Data plane: RPC-backed reads plus indexed/derived datasets

  • Delivery plane: low-latency streams and event notifications

What Acceso abstracts away
  • RPC provider selection and failover logic

  • Protocol-specific parsing and instruction decoding

  • Normalizing incompatible schemas across vendors and venues

  • Backfills and historical availability concerns

  • Running long-lived listeners and alerting pipelines

Where to go next

Last updated