GeminiGemini
SandboxGet API key
  • Crypto Trading
  • Prediction Markets
Changelog
Gemini Crypto Exchange LogoGemini Crypto Exchange Logo

© 2026 Gemini Space Station, Inc.

List Prices

REST APIsTradingMarket DataList Prices

List Prices

GEThttps://api.gemini.com/v1/pricefeed

Response is a list of objects, one for each pair.

GETv1/pricefeed
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 book
percentChange24hstring
24 hour change in price of the pair on the Gemini order book
Example Responses
[
  {
    "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"
  }
]
PreviousList TradesNextFX Rate
Last modified on May 5, 2026