Reference

Data API

Ready-made launchpad/DEX market data as REST. Each endpoint below has its own page with parameters, request examples, and a sample response.

Base URL

https://solindex.infinityblocks.io/v1

All requests are GET with an x-api-key header; responses are wrapped in { "data": … }. Amounts are human units, prices USD, timestamps unix-ms. Indexed venue today: Raydium LaunchLab.

Endpoints

Power users: a raw read-only SELECT-only SQL endpoint (ClickHouse HTTP) is also available on the same host for ad-hoc analytics — usable with @clickhouse/client (username:"degensafe", password:<API_KEY>).