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 (the one exception is the add-only whitelist: POST /v1/programs/{programId}/whitelist); responses are wrapped in { "data": … }. Amounts are human units, prices USD, timestamps unix-ms. Indexed venues: Raydium (LaunchLab, AMM v4, CLMM, CPMM, StableSwap) and Meteora (DLMM, DAMM v1/v2, DBC).

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>).