Introduction
Welcome to the SLIX API documentation. Build applications on top of tokenized securities infrastructure.
Overview
The SLIX API provides programmatic access to tokenized securities market data on the Scroll blockchain. Use our REST and WebSocket APIs to build trading interfaces, analytics dashboards, and automated strategies.
Available APIs
Market Structure (REST)
Query the current state of the SLIX token market via standard HTTP JSON endpoints.
| Endpoint | Method | Description |
|---|---|---|
/tokens | GET | List all SLIX tokens with market data and pool information |
Market Data Streams (WebSocket)
Subscribe to real-time market data via persistent WebSocket connections.
Base URLs
| Environment | REST API | WebSocket |
|---|---|---|
| Production | https://api.slix.finance | wss://stream.slix.finance |
Authentication
All market data endpoints are currently public and do not require authentication.
Rate Limits
| Tier | Requests/min | WebSocket streams |
|---|---|---|
| Public | 120 | 5 concurrent connections |