API Overview
Base URL:https://api.gimme.fast/v1
All endpoints return JSON. Authentication is via API key in the X-API-Key header.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /v1/markets | List markets with filters |
GET | /v1/markets/:id | Get market by ID |
GET | /v1/trades | List recent trades |
GET | /v1/trades/market/:token_id | Trades for a specific token |
GET | /v1/price/:token_id | Current price + 24h stats |
GET | /v1/candles/:token_id | OHLCV price candles |
GET | /v1/orderbook/:token_id | Order book snapshot |
GET | /v1/metrics | System metrics |
GET | /v1/health | Health check |
GET | /v1/ready | Readiness check |
POST | /v1/keys | Generate API key |
Swagger UI
Interactive API docs are available athttps://api.gimme.fast/docs.