Skip to main content

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

MethodPathDescription
GET/v1/marketsList markets with filters
GET/v1/markets/:idGet market by ID
GET/v1/tradesList recent trades
GET/v1/trades/market/:token_idTrades for a specific token
GET/v1/price/:token_idCurrent price + 24h stats
GET/v1/candles/:token_idOHLCV price candles
GET/v1/orderbook/:token_idOrder book snapshot
GET/v1/metricsSystem metrics
GET/v1/healthHealth check
GET/v1/readyReadiness check
POST/v1/keysGenerate API key

Swagger UI

Interactive API docs are available at https://api.gimme.fast/docs.