2026-04-16Services
Services and docs are easier to navigate
Services now separate Market API, Market WebSocket, RPC API, and RPC WebSocket, while docs stay focused on the first successful call.
- Browse BSC RPC and Solana RPC from one fixed services menu.
- Use shorter getting-started guides for API key, MCP, REST, RPC, and WebSocket setup.
2026-04-15Access
Hosted RPC access is more flexible
RPC requests now support the standard bearer-auth flow and a URL-carried API key path for clients that cannot set headers.
- Use `Authorization: Bearer <api_key>` as the default public pattern.
- Use `/v1/{chain}/{api_key}` only when the client must put credentials in the URL.
2026-04-14Realtime
Realtime naming is clearer across chains
Public pages now separate market streams from raw chain subscriptions and keep BSC and Solana naming consistent.
- Market WebSocket stays focused on price, OHLCV, and status streams.
- BSC RPC WebSocket is available now, while Solana RPC WebSocket is marked coming soon.
2026-04-10Docs
More getting-started examples are available
Docs now include clearer setup steps and request examples for the main public surfaces.
- Start with API key setup, then choose MCP, REST, RPC, or WebSocket.
- Hosted URLs stay visible in examples so the first call is faster to copy and run.
2026-04-07Dashboard
Dashboard is centered on API keys and usage
Account pages now keep API key management and usage visibility in one simpler flow.
- Use Dashboard to create or remove keys and review current usage.
- The sign-in handoff and overview pages are aligned more closely with the hosted access flow.