Exchange Ticker Price
Returns 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
Trading pair (e.g. BTC/USDT)
Trading pair (e.g. BTC/USDT)
Market type: spot for spot trading, swap/perpetual/perp for perpetual contracts
Market type: spot for spot trading, swap/perpetual/perp for perpetual contracts
Exchange identifier. Note: hyperliquid uses USDC-settled perps (e.g. BTC/USDC:USDC); pass USDC-quoted pairs when querying hyperliquid.
Exchange identifier. Note: hyperliquid uses USDC-settled perps (e.g. BTC/USDC:USDC); pass USDC-quoted pairs when querying hyperliquid.
Response
OK
Example response
{
"$schema": "https://example.com/schemas/SimpleListResponseExchangePriceItem.json"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.