List Candles
GEThttps://api.gemini.com/v2/candles/{symbol}/{time_frame}
This endpoint retrieves time-intervaled data for the provided symbol.
GET
curl --request GET \
--url https://api.gemini.com/v2/candles/BTCUSD/15mPath Parameters
Responses
The response will be an array of arrays
Last modified on