List Prices
GEThttps://api.gemini.com/v1/pricefeed
Response is a list of objects, one for each pair.
curl --request GET \
--url https://api.gemini.com/v1/pricefeed
Responses
Response is a list of objects, one for each pair.
pairstring
Trading pair symbol. See [**symbols and minimums**](/market-data/symbols-and-minimums#all-supported-symbols)pricestring
Current price of the pair on the Gemini order bookpercentChange24hstring
24 hour change in price of the pair on the Gemini order book[
{
"pair": "BTCUSD",
"price": "9500.00",
"percentChange24h": "5.23"
},
{
"pair": "ETHUSD",
"price": "257.54",
"percentChange24h": "4.85"
},
{
"pair": "BCHUSD",
"price": "450.10",
"percentChange24h": "-2.91"
},
{
"pair": "LTCUSD",
"price": "79.50",
"percentChange24h": "7.63"
}
]