SLIXDeveloper Docs

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.

EndpointMethodDescription
/tokensGETList all SLIX tokens with market data and pool information

Market Data Streams (WebSocket)

Subscribe to real-time market data via persistent WebSocket connections.

StreamDescription
TradesReal-time trade execution events
LendingReal-time lending market events

Base URLs

EnvironmentREST APIWebSocket
Productionhttps://api.slix.financewss://stream.slix.finance

Authentication

All market data endpoints are currently public and do not require authentication.

Rate Limits

TierRequests/minWebSocket streams
Public1205 concurrent connections