Everything on the front page is served from https://api.jinx.capital. JSON responses are wrapped in a data key, and everything refreshes every 30 seconds.
- get
/coinsThe top 100 coins by market cap, with price, 24h change, volume, all-time high and a 72 hour price series. Accepts ?filter= for an exact name or symbol match.
- get
/coins/:idA single coin, addressed by either its id or its symbol.
- get
/chart/:id.pngThe coin's last 72 hours as a 640x360 image, captioned with its symbol, price and 24h change. This is what the strip renders and what a shared link previews.