Ticker Price
GET
/gateway/v1/exchange/priceReturns the real-time ticker for a trading pair.
Included fields: last price, bid/ask, 24h high/low, 24h volume, 24h price change.
Set `type=swap` to query perpetual contract prices instead of spot. For historical price trends, use `/market/price`.
Query Parameters
pairstringrequired
Trading pair (e.g. BTC/USDT)
Example:
BTC/USDTtypeenum<string>
Market type: spot for spot trading, swap/perpetual/perp for perpetual contracts
Available options:
spotswapperpetualperpExample:
spotexchangeenum<string>
Exchange identifier. Note: hyperliquid uses USDC-settled perps (e.g. BTC/USDC:USDC); pass USDC-quoted pairs when querying hyperliquid.
Available options:
binanceokxbybitbitgetcoinbasekrakengatehtxkucoinmexcupbitbitfinexbitstampderibitbitmexbithumbhyperliquidExample:
binanceTicker Price
OK