aiendpoint.dev
ServicesGemini

Gemini

community

Regulated cryptocurrency exchange — buy, sell, and store crypto with institutional-grade security

Visit site ↗

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.

https://gemini.comapikeyfinanceconfidence: 85/1000 discoveries1 contributors
GET/v1/symbols

Get available trading pairs

Returns

symbols[] — string array of trading pairs like btcusd, ethusd
GET/v1/pubticker/{symbol}

Get ticker data for a symbol

Parameters

symbolstringrequired

Returns

bid, ask, last, volume{}, timestamp
GET/v1/book/{symbol}

Get order book

Parameters

symbolstringrequired
limit_asksintegeroptional
limit_bidsintegeroptional

Returns

bids[] with price, amount; asks[] with price, amount
GET/v2/candles/{symbol}/{timeframe}

Get candlestick data

Parameters

symbolstringrequired
timeframestringrequired

Returns

candles[] with [time, open, high, low, close, volume]
Gemini — AIEndpoint