Gopher API Guide
Welcome to the Gopher API. This guide explains how to request API access, make authenticated calls, and interpret JSON responses.1
Request an API Key
To begin using the Gopher API, request an API key from the Gopher team.
How to Request
Fill out the API Key Request Form to request access.The team will review your request and send you an API key.2
Making API Requests
All requests require an
X-API-Key header.cURL Request Template
Parameters
| Field | Description | Example |
|---|---|---|
| symbol | Exchange + asset pair | BINANCE:BTCUSDT |
| timeframe | Candle interval | 15m, 1h, 1d |
| limit | Number of rows (1-1000) | 100 |
Supported Exchanges
- ✅ BINANCE
- ✅ COINBASE
Supported Timeframes
Only the following timeframes are accepted:1m, 5m, 15m, 1h, 4h, 1dRow Limit
- Maximum: 1000
- Requests above this return an error.
Example Error Response
Example API Calls
Below are example calls using the development environment:Binance — 15m, 100 candles
Binance — 1h, 10 candles
Coinbase — 4h, 20 candles
Summary
- Request an API key from the Gopher team
- Authenticate using
X-API-Key - Query candles using
<EXCHANGE:PAIR> - Max 1000 rows per request