Build on Stellar without building the data layer.
Decoded, queryable Stellar data — bronze to gold, with tables for token transfers, contract events, account snapshots, and network metrics.
- 1
Get an API key
Create a key in Console and send it as Authorization: Api-Key $API_KEY.
- 2
Query Lake
Start with a REST call against Lake testnet. No Horizon joins or XDR decoding.
- 3
Use silver tables
Use analytics-ready tables for transfers, accounts, contract events, and Soroban calls.
- 4
Move to gold metrics
When you need reporting, use gold datasets for stablecoin volumes, fee intelligence, and network health.
1export API_KEY="your-api-key"2export BASE="https://gateway.withobsrvr.com/lake/v1/testnet"34curl -H "Authorization: Api-Key $API_KEY" "$BASE/api/v1/silver/transfers?asset_code=USDC&limit=10"
Obsrvr Lake
Decoded Stellar data, queryable. Bronze, silver, and gold tables for tokens, contracts, accounts, and network metrics.
Flow
Custom data pipelines composed from processors and sinks. Deploy managed Stellar pipelines when Lake is not enough.
Gateway
Drop-in Horizon and Stellar RPC access. Use it for network calls, submission, and SDK-compatible RPC.
Get Started
Pick your path: query Lake, run Flow, or test Gateway. Start with Lake unless you need raw infrastructure.
Pick the path that fits what you're building
Wallets
Show users a clear, human-readable history of their on-chain activity.
- Decoded transaction summaries
- Asset deltas in/out per address
- Soroban contract calls labeled
Protocols
Read your own contract events and the rest of the network through a single API.
- Contract event streams
- Soroban storage snapshots
- Cross-protocol asset routing
Compliance teams
Audit-ready exports, sanctions screening, and stablecoin flow analytics.
- Per-address activity reports
- Sanctioned counterparty checks
- CSV / parquet exports
Stuck or need higher limits?
Talk to a Stellar engineer at Obsrvr — same person who'd answer in production support.
