Gemini
communityRegulated cryptocurrency exchange — buy, sell, and store crypto with institutional-grade security
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/v1/symbolsGet available trading pairs
Returns
symbols[] — string array of trading pairs like btcusd, ethusdGET
/v1/pubticker/{symbol}Get ticker data for a symbol
Parameters
symbolstringrequiredReturns
bid, ask, last, volume{}, timestampGET
/v1/book/{symbol}Get order book
Parameters
symbolstringrequiredlimit_asksintegeroptionallimit_bidsintegeroptionalReturns
bids[] with price, amount; asks[] with price, amountGET
/v2/candles/{symbol}/{timeframe}Get candlestick data
Parameters
symbolstringrequiredtimeframestringrequiredReturns
candles[] with [time, open, high, low, close, volume]