Skip to main content

REST API — first working build

· One min read

The API is answering requests.

Wire's REST API has its first working build. Pass a mint address, get back a full token snapshot — price, market cap, phase, bonding curve progress, holder count, volume across multiple windows, and the full holder list with positions and PnL.

Responses are fast. We're reading from live state maintained by the pipeline, so there's no database query on the hot path.

Working endpoints: token detail, trade history, OHLCV candles, holder list, holder count timeseries, and search by name or ticker.

Using it internally to validate data quality. So far the data looks right.