Market list
SQL API
api.market_spot
api.market_spotSELECT exchange, market_symbol, base_asset, quote_asset
FROM api.market_spot
WHERE quote_asset = 'USDT'
AND exchange IN ('binance', 'kraken') SELECT distinct exchange FROM api.market_spotapi.market_future
api.market_futureapi.market_option
api.market_optionRest API
All spot markets
The name of the exchange
Universal name of market
Universal name of the base asset
Universal name of the quote asset
Name of the market on the exchange (as referenced by the exchange API)
All spot markets
OK
The name of the exchange
Universal name of market
Universal name of the underlying asset
Universal name of the quote asset
Universal name of the asset the future is settled in
Universal name of the asset the future is denominated in
UTC time of the contract expiration. Null for perpetual contracts except binance. Not-null for perpetual contracts that were delivered on delisting or not expired binance contracts.
Contract size in denomination_asset
Type of contract (LINEAR or INVERSE)
Type of future (PERPETUAL or EXPIRING)
OK
OK
The name of the exchange
Universal name of market
UTC time of the option expiration
Universal name of the underlying asset
Universal name of the quote asset
Universal name of the asset the option is settled in
Universal name of the asset the option is denominated in
Contract size in denomination_asset
Type of contract (LINEAR or INVERSE)
Type of option (CALL or PUT)
Name of the market on the exchange (as referenced by the exchange API)
OK
Filter by exchange name. Example: 'deribit', 'delta'
Filter options that expired before a specific date. Format: ISO 8601 date-time (e.g., '2023-12-31T23:59:59Z').
OK
The name of the exchange
Universal name of market
UTC time of the option expiration
Universal name of the underlying asset
Universal name of the quote asset
Universal name of the asset the option is settled in
Universal name of the asset the option is denominated in
Contract size in denomination_asset
Type of contract (LINEAR or INVERSE)
Type of option (CALL or PUT)
Name of the market on the exchange (as referenced by the exchange API)
OK
Last updated