Skip to main content
GET
Exchange Ticker Price

Query Parameters

pair
string
required

Trading pair (e.g. BTC/USDT)

Example:

"BTC/USDT"

type
enum<string>
default:spot

Market type: spot for spot trading, swap for perpetual contracts

Available options:
spot,
swap
Example:

"spot"

exchange
enum<string>
default:binance

Exchange identifier

Available options:
binance,
okx,
bybit,
bitget,
coinbase,
kraken,
gate,
htx,
kucoin,
mexc,
upbit,
bitfinex,
bitstamp,
deribit,
bitmex,
bithumb
Example:

"binance"

Response

OK

data
object[] | null
required
meta
object
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/SimpleListResponseExchangePriceItem.json"