Skip to main content

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

Supported Exchanges

  • ✅ BINANCE
  • ✅ COINBASE

Supported Timeframes

Only the following timeframes are accepted:1m, 5m, 15m, 1h, 4h, 1d

Row Limit

  • Maximum: 1000
  • Requests above this return an error.

Example Error Response

3

Understanding the JSON Response

Example Response

Response Fields


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