← Back to all apps

Binance

Financeby Binance
Launched Mar 6, 2026 on ChatGPT

Binance for ChatGPT lets you access and explore Binance public, read-only market data using natural language. Retrieve current and historical prices, order books, recent trades, candlesticks (klines), and exchange metadata across Spot, Futures, and Options. No authentication is required. This app does not access user accounts and does not support trading or transactions.

Market data is provided “as is” from Binance’s public APIs and may be delayed, incomplete, or subject to change. This information is for informational purposes only and should not be relied upon for trading or financial decisions. Binance makes no representations or warranties regarding accuracy or timeliness and disclaims all liability arising from use of this data.

82ChatGPT Tools
BinanceDeveloper
FinanceCategory

Available Tools

24hr Ticker Price Change Statistics

get_futures_coin_24hr_ticker_price_change_statistics
Full Description

24 hour rolling window price change statistics.

  • Symbol and pair cannot be sent together
  • If a pair is sent,tickers for all symbols of the pair will be returned
  • If either a pair or symbol is sent, tickers for all symbols of all pairs will be returned

Weight: 1 for a single symbol, 40 when the symbol parameter is omitted Careful when accessing this with no symbol.

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/24hr-Ticker-Price-Change-Statistics

Parameters (0 required, 2 optional)
Optional
pairstring
symbolstring

Basis

get_futures_coin_basis
Full Description

Query basis

  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 30 days is available.

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Basis

Parameters (3 required, 3 optional)
Required
contractTypestring

ALL, CURRENT_QUARTER, NEXT_QUARTER, PERPETUAL

Options:PERPETUALCURRENT_QUARTERNEXT_QUARTERCURRENT_QUARTER_DELIVERINGNEXT_QUARTER_DELIVERINGPERPETUAL_DELIVERING
pairstring

BTCUSD

periodstring

"5m","15m","30m","1h","2h","4h","6h","12h","1d"

Options:5m15m30m1h2h4h6h12h1d
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Compressed/Aggregate Trades List

get_futures_coin_compressed_aggregate_trades_list
Full Description

Get compressed, aggregate trades. Market trades that fill in 100ms with the same price and the same taking side will have the quantity aggregated.

  • support querying futures trade histories that are not older than one year
  • If both startTime and endTime are sent, time between startTime and endTime must be less than 1 hour.
  • If fromId, startTime, and endTime are not sent, the most recent aggregate trades will be returned.
  • Only market trades will be aggregated and returned, which means the insurance fund trades and ADL trades won't be aggregated.
  • Sending both startTime/endTime and fromId might cause response timeout, please send either fromId or startTime/endTime

Weight: 20

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Compressed-Aggregate-Trades-List

Parameters (1 required, 4 optional)
Required
symbolstring
Optional
endTimeinteger
fromIdinteger

ID to get aggregate trades from INCLUSIVE.

limitinteger

Default 100; max 1000

startTimeinteger

Continuous Contract Kline/Candlestick Data

get_futures_coin_continuous_contract_kline_candlestick_data
Full Description

Kline/candlestick bars for a specific contract type. Klines are uniquely identified by their open time.

  • Contract type:
    • PERPETUAL
    • CURRENT_QUARTER
    • NEXT_QUARTER

1000 | 10

  • The difference between startTime and endTime can only be up to 200 days
  • Between startTime and endTime, the most recent limit data from endTime will be returned:
    • If startTime and endTime are not sent, current timestamp will be set as endTime, and the most recent data will be returned.
    • If startTime is sent only, the timestamp of 200 days after startTime will be set as endTime(up to the current time)
    • If endTime is sent only, the timestamp of 200 days before endTime will be set as startTime

Weight: based on parameter LIMIT LIMIT | weight ---|--- [1,100) | 1 [100, 500) | 2 [500, 1000] | 5 > 1000 | 10

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Continuous-Contract-Kline-Candlestick-Data

Parameters (3 required, 3 optional)
Required
contractTypestring

ALL, CURRENT_QUARTER, NEXT_QUARTER, PERPETUAL

Options:PERPETUALCURRENT_QUARTERNEXT_QUARTERCURRENT_QUARTER_DELIVERINGNEXT_QUARTER_DELIVERINGPERPETUAL_DELIVERING
intervalstring
Options:1m3m5m15m30m1h2h4h6h8h12h1d3d1w1M
pairstring

BTCUSD

Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Exchange Information

get_futures_coin_exchange_information
Full Description

Current exchange trading rules and symbol information

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Exchange-Information

Get Funding Rate History of Perpetual Futures

get_futures_coin_funding_rate_history_of_perpetual_futures
Full Description

Get Funding Rate History of Perpetual Futures

  • empty array will be returned for delivery symbols.

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Get-Funding-Rate-History-of-Perpetual-Futures

Parameters (1 required, 3 optional)
Required
symbolstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Get Funding Rate Info

get_futures_coin_funding_rate_info
Full Description

Query funding rate info for symbols that had FundingRateCap/ FundingRateFloor / fundingIntervalHours adjustment

Weight: 0

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Get-Funding-Info

Index Price and Mark Price

get_futures_coin_index_price_and_mark_price
Full Description

Query index price and mark price

Weight: 10

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Index-Price-and-Mark-Price

Parameters (0 required, 2 optional)
Optional
pairstring
symbolstring

Index Price Kline/Candlestick Data

get_futures_coin_index_price_kline_candlestick_data
Full Description

Kline/candlestick bars for the index price of a pair. Klines are uniquely identified by their open time.

1000 | 10

  • The difference between startTime and endTime can only be up to 200 days
  • Between startTime and endTime, the most recent limit data from endTime will be returned:
    • If startTime and endTime are not sent, current timestamp will be set as endTime, and the most recent data will be returned.
    • If startTime is sent only, the timestamp of 200 days after startTime will be set as endTime(up to the current time)
    • If endTime is sent only, the timestamp of 200 days before endTime will be set as startTime

Weight: based on parameter LIMIT LIMIT | weight ---|--- [1,100) | 1 [100, 500) | 2 [500, 1000] | 5 > 1000 | 10

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Index-Price-Kline-Candlestick-Data

Parameters (2 required, 3 optional)
Required
intervalstring
Options:1m3m5m15m30m1h2h4h6h8h12h1d3d1w1M
pairstring

BTCUSD

Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Kline/Candlestick Data

get_futures_coin_kline_candlestick_data
Full Description

Kline/candlestick bars for a symbol. Klines are uniquely identified by their open time.

1000 | 10

  • The difference between startTime and endTime can only be up to 200 days
  • Between startTime and endTime, the most recent limit data from endTime will be returned:
    • If startTime and endTime are not sent, current timestamp will be set as endTime, and the most recent data will be returned.
    • If startTime is sent only, the timestamp of 200 days after startTime will be set as endTime(up to the current time)
    • If endTime is sent only, the timestamp of 200 days before endTime will be set as startTime

Weight: based on parameter LIMIT LIMIT | weight ---|--- [1,100) | 1 [100, 500) | 2 [500, 1000] | 5 > 1000 | 10

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Kline-Candlestick-Data

Parameters (2 required, 3 optional)
Required
intervalstring
Options:1m3m5m15m30m1h2h4h6h8h12h1d3d1w1M
symbolstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Long/Short Ratio

get_futures_coin_long_short_ratio
Full Description

Query symbol Long/Short Ratio

  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 30 days is available.

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Long-Short-Ratio

Parameters (2 required, 3 optional)
Required
pairstring

BTCUSD

periodstring

"5m","15m","30m","1h","2h","4h","6h","12h","1d"

Options:5m15m30m1h2h4h6h12h1d
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Mark Price Kline/Candlestick Data

get_futures_coin_mark_price_kline_candlestick_data
Full Description

Kline/candlestick bars for the mark price of a symbol. Klines are uniquely identified by their open time.

1000 | 10

  • The difference between startTime and endTime can only be up to 200 days
  • Between startTime and endTime, the most recent limit data from endTime will be returned:
    • If startTime and endTime are not sent, current timestamp will be set as endTime, and the most recent data will be returned.
    • If startTime is sent only, the timestamp of 200 days after startTime will be set as endTime(up to the current time)
    • If endTime is sent only, the timestamp of 200 days before endTime will be set as startTime

Weight: based on parameter LIMIT LIMIT | weight ---|--- [1,100) | 1 [100, 500) | 2 [500, 1000] | 5 > 1000 | 10

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Mark-Price-Kline-Candlestick-Data

Parameters (2 required, 3 optional)
Required
intervalstring
Options:1m3m5m15m30m1h2h4h6h8h12h1d3d1w1M
symbolstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Old Trades Lookup(MARKET_DATA)

get_futures_coin_old_trades_lookup
Full Description

Get older market historical trades.

  • Market trades means trades filled in the order book. Only market trades will be returned, which means the insurance fund trades and ADL trades won't be returned.

Weight: 20

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Old-Trades-Lookup

Parameters (1 required, 2 optional)
Required
symbolstring
Optional
fromIdinteger

ID to get aggregate trades from INCLUSIVE.

limitinteger

Default 100; max 1000

Open Interest

get_futures_coin_open_interest
Full Description

Get present open interest of a specific symbol.

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Open-Interest

Parameters (1 required)
Required
symbolstring

Open Interest Statistics

get_futures_coin_open_interest_statistics
Full Description

Query open interest stats

  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 30 days is available.

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Open-Interest-Statistics

Parameters (3 required, 3 optional)
Required
contractTypestring

ALL, CURRENT_QUARTER, NEXT_QUARTER, PERPETUAL

Options:PERPETUALCURRENT_QUARTERNEXT_QUARTERCURRENT_QUARTER_DELIVERINGNEXT_QUARTER_DELIVERINGPERPETUAL_DELIVERING
pairstring

BTCUSD

periodstring

"5m","15m","30m","1h","2h","4h","6h","12h","1d"

Options:5m15m30m1h2h4h6h12h1d
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Order Book

get_futures_coin_order_book
Full Description

Query orderbook on specific symbol

Weight: Adjusted based on the limit: Limit | Weight ------------ | ------------ 5, 10, 20, 50 | 2 100 | 5 500 | 10 1000 | 20

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Order-Book

Parameters (1 required, 1 optional)
Required
symbolstring
Optional
limitinteger

Default 100; max 1000

Premium index Kline Data

get_futures_coin_premium_index_kline_data
Full Description

Premium index kline bars of a symbol. Klines are uniquely identified by their open time.

  • If startTime and endTime are not sent, the most recent klines are returned.

Weight: based on parameter LIMIT | LIMIT | weight | | ----------- | ------ | | [1,100) | 1 | | [100, 500) | 2 | | [500, 1000] | 5 | | > 1000 | 10 |

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Premium-index-Kline-Data

Parameters (2 required, 3 optional)
Required
intervalstring
Options:1m3m5m15m30m1h2h4h6h8h12h1d3d1w1M
symbolstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Recent Trades List

get_futures_coin_recent_trades_list
Full Description

Get recent market trades

  • Market trades means trades filled in the order book. Only market trades will be returned, which means the insurance fund trades and ADL trades won't be returned.

Weight: 5

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Recent-Trades-List

Parameters (1 required, 1 optional)
Required
symbolstring
Optional
limitinteger

Default 100; max 1000

Symbol Order Book Ticker

get_futures_coin_symbol_order_book_ticker
Full Description

Best price/qty on the order book for a symbol or symbols.

  • Symbol and pair cannot be sent together
  • If a pair is sent,tickers for all symbols of the pair will be returned
  • If either a pair or symbol is sent, tickers for all symbols of all pairs will be returned

Weight: 2 for a single symbol, 5 when the symbol parameter is omitted

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Symbol-Order-Book-Ticker

Parameters (0 required, 2 optional)
Optional
pairstring
symbolstring

Symbol Price Ticker

get_futures_coin_symbol_price_ticker
Full Description

Latest price for a symbol or symbols.

  • Symbol and pair cannot be sent together
  • If a pair is sent,tickers for all symbols of the pair will be returned
  • If either a pair or symbol is sent, tickers for all symbols of all pairs will be returned

Weight: 1 for a single symbol, 2 when the symbol parameter is omitted

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Symbol-Price-Ticker

Parameters (0 required, 2 optional)
Optional
pairstring
symbolstring

Taker Buy/Sell Volume

get_futures_coin_taker_buy_sell_volume
Full Description

Taker Buy Volume: the total volume of buy orders filled by takers within the period. Taker Sell Volume: the total volume of sell orders filled by takers within the period.

  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 30 days is available.

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Taker-Buy-Sell-Volume

Parameters (3 required, 3 optional)
Required
contractTypestring

ALL, CURRENT_QUARTER, NEXT_QUARTER, PERPETUAL

Options:PERPETUALCURRENT_QUARTERNEXT_QUARTERCURRENT_QUARTER_DELIVERINGNEXT_QUARTER_DELIVERINGPERPETUAL_DELIVERING
pairstring

BTCUSD

periodstring

"5m","15m","30m","1h","2h","4h","6h","12h","1d"

Options:5m15m30m1h2h4h6h12h1d
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Top Trader Long/Short Ratio (Accounts)

get_futures_coin_top_trader_long_short_ratio_accounts
Full Description

The proportion of net long and net short accounts to total accounts of the top 20% users with the highest margin balance. Each account is counted once only. Long Account % = Accounts of top traders with net long positions / Total accounts of top traders with open positions Short Account % = Accounts of top traders with net short positions / Total accounts of top traders with open positions Long/Short Ratio (Accounts) = Long Account % / Short Account %

  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 30 days is available.

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Top-Long-Short-Account-Ratio

Parameters (2 required, 3 optional)
Required
periodstring

"5m","15m","30m","1h","2h","4h","6h","12h","1d"

Options:5m15m30m1h2h4h6h12h1d
symbolstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Top Trader Long/Short Ratio (Positions)

get_futures_coin_top_trader_long_short_ratio_positions
Full Description

The proportion of net long and net short positions to total open positions of the top 20% users with the highest margin balance. Long Position % = Long positions of top traders / Total open positions of top traders Short Position % = Short positions of top traders / Total open positions of top traders Long/Short Ratio (Positions) = Long Position % / Short Position %

  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 30 days is available.

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Top-Trader-Long-Short-Ratio

Parameters (2 required, 3 optional)
Required
pairstring

BTCUSD

periodstring

"5m","15m","30m","1h","2h","4h","6h","12h","1d"

Options:5m15m30m1h2h4h6h12h1d
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

24hr Ticker Price Change Statistics

get_futures_usds_24hr_ticker_price_change_statistics
Full Description

24 hour rolling window price change statistics. Careful when accessing this with no symbol.

  • If the symbol is not sent, tickers for all symbols will be returned in an array.

Weight: 1 for a single symbol; 40 when the symbol parameter is omitted

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/24hr-Ticker-Price-Change-Statistics

Parameters (0 required, 1 optional)
Optional
symbolstring

ADL Risk

get_futures_usds_auto_deleveraging_risk
Full Description

Query the symbol-level ADL risk rating. The ADL risk rating measures the likelihood of ADL during liquidation, and the rating takes into account the insurance fund balance, position concentration on the symbol, order book depth, price volatility, average leverage, unrealized PnL, and margin utilization at the symbol level. The rating can be high, medium and low, and is updated every 30 minutes.

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/ADL-Risk

Parameters (0 required, 1 optional)
Optional
symbolstring

Basis

get_futures_usds_basis
Full Description

Query future basis

  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 30 days is available.

Weight: 0

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Basis

Parameters (4 required, 2 optional)
Required
contractTypestring
Options:PERPETUALCURRENT_MONTHNEXT_MONTHCURRENT_QUARTERNEXT_QUARTERPERPETUAL_DELIVERING
limitinteger

Default 30,Max 500

pairstring
periodstring

"5m","15m","30m","1h","2h","4h","6h","12h","1d"

Options:5m15m30m1h2h4h6h12h1d
Optional
endTimeinteger
startTimeinteger

Composite Index Symbol Information

get_futures_usds_composite_index_symbol_information
Full Description

Query composite index symbol information

  • Only for composite index symbols

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Composite-Index-Symbol-Information

Parameters (0 required, 1 optional)
Optional
symbolstring

Compressed/Aggregate Trades List

get_futures_usds_compressed_aggregate_trades_list
Full Description

Get compressed, aggregate market trades. Market trades that fill in 100ms with the same price and the same taking side will have the quantity aggregated.

Retail Price Improvement(RPI) orders are aggregated and without special tags to be distinguished.

  • support querying futures trade histories that are not older than one year
  • If both startTime and endTime are sent, time between startTime and endTime must be less than 1 hour.
  • If fromId, startTime, and endTime are not sent, the most recent aggregate trades will be returned.
  • Only market trades will be aggregated and returned, which means the insurance fund trades and ADL trades won't be aggregated.
  • Sending both startTime/endTime and fromId might cause response timeout, please send either fromId or startTime/endTime

Weight: 20

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Compressed-Aggregate-Trades-List

Parameters (1 required, 4 optional)
Required
symbolstring
Optional
endTimeinteger
fromIdinteger

ID to get aggregate trades from INCLUSIVE.

limitinteger

Default 100; max 1000

startTimeinteger

Continuous Contract Kline/Candlestick Data

get_futures_usds_continuous_contract_kline_candlestick_data
Full Description

Kline/candlestick bars for a specific contract type. Klines are uniquely identified by their open time.

  • If startTime and endTime are not sent, the most recent klines are returned.
  • Contract type:
    • PERPETUAL
    • CURRENT_QUARTER
    • NEXT_QUARTER
    • TRADIFI_PERPETUAL

Weight: based on parameter LIMIT | LIMIT | weight | | ----------- | ------ | | [1,100) | 1 | | [100, 500) | 2 | | [500, 1000] | 5 | | > 1000 | 10 |

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Continuous-Contract-Kline-Candlestick-Data

Parameters (3 required, 3 optional)
Required
contractTypestring
Options:PERPETUALCURRENT_MONTHNEXT_MONTHCURRENT_QUARTERNEXT_QUARTERPERPETUAL_DELIVERING
intervalstring
Options:1m3m5m15m30m1h2h4h6h8h12h1d3d1w1M
pairstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Exchange Information

get_futures_usds_exchange_information
Full Description

Current exchange trading rules and symbol information

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Exchange-Information

Get Funding Rate History

get_futures_usds_funding_rate_history
Full Description

Get Funding Rate History

  • If startTime and endTime are not sent, the most recent 200 records are returned.
  • If the number of data between startTime and endTime is larger than limit, return as startTime + limit.
  • In ascending order.

Weight: share 500/5min/IP rate limit with GET /fapi/v1/fundingInfo

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Get-Funding-Rate-History

Parameters (0 required, 4 optional)
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger
symbolstring

Get Funding Rate Info

get_futures_usds_funding_rate_info
Full Description

Query funding rate info for symbols that had FundingRateCap/ FundingRateFloor / fundingIntervalHours adjustment

Weight: 0 share 500/5min/IP rate limit with GET /fapi/v1/fundingRate

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Get-Funding-Rate-Info

Index Price Kline/Candlestick Data

get_futures_usds_index_price_kline_candlestick_data
Full Description

Kline/candlestick bars for the index price of a pair. Klines are uniquely identified by their open time.

  • If startTime and endTime are not sent, the most recent klines are returned.

Weight: based on parameter LIMIT | LIMIT | weight | | ----------- | ------ | | [1,100) | 1 | | [100, 500) | 2 | | [500, 1000] | 5 | | > 1000 | 10 |

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Index-Price-Kline-Candlestick-Data

Parameters (2 required, 3 optional)
Required
intervalstring
Options:1m3m5m15m30m1h2h4h6h8h12h1d3d1w1M
pairstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Kline/Candlestick Data

get_futures_usds_kline_candlestick_data
Full Description

Kline/candlestick bars for a symbol. Klines are uniquely identified by their open time.

  • If startTime and endTime are not sent, the most recent klines are returned.

Weight: based on parameter LIMIT | LIMIT | weight | | ----------- | ------ | | [1,100) | 1 | | [100, 500) | 2 | | [500, 1000] | 5 | | > 1000 | 10 |

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Kline-Candlestick-Data

Parameters (2 required, 3 optional)
Required
intervalstring
Options:1m3m5m15m30m1h2h4h6h8h12h1d3d1w1M
symbolstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Long/Short Ratio

get_futures_usds_long_short_ratio
Full Description

Query symbol Long/Short Ratio

  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 30 days is available.
  • IP rate limit 1000 requests/5min

Weight: 0

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Long-Short-Ratio

Parameters (2 required, 3 optional)
Required
periodstring

"5m","15m","30m","1h","2h","4h","6h","12h","1d"

Options:5m15m30m1h2h4h6h12h1d
symbolstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Mark Price

get_futures_usds_mark_price
Full Description

Mark Price and Funding Rate

Weight: 1 with symbol, 10 without symbol

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Mark-Price

Parameters (0 required, 1 optional)
Optional
symbolstring

Mark Price Kline/Candlestick Data

get_futures_usds_mark_price_kline_candlestick_data
Full Description

Kline/candlestick bars for the mark price of a symbol. Klines are uniquely identified by their open time.

  • If startTime and endTime are not sent, the most recent klines are returned.

Weight: based on parameter LIMIT | LIMIT | weight | | ----------- | ------ | | [1,100) | 1 | | [100, 500) | 2 | | [500, 1000] | 5 | | > 1000 | 10 |

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Mark-Price-Kline-Candlestick-Data

Parameters (2 required, 3 optional)
Required
intervalstring
Options:1m3m5m15m30m1h2h4h6h8h12h1d3d1w1M
symbolstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Multi-Assets Mode Asset Index

get_futures_usds_multi_assets_mode_asset_index
Full Description

asset index for Multi-Assets mode

Weight: 1 for a single symbol; 10 when the symbol parameter is omitted

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Multi-Assets-Mode-Asset-Index

Parameters (0 required, 1 optional)
Optional
symbolstring

Old Trades Lookup (MARKET_DATA)

get_futures_usds_old_trades_lookup
Full Description

Get older market historical trades.

  • Market trades means trades filled in the order book. Only market trades will be returned, which means the insurance fund trades and ADL trades won't be returned.
  • Only supports data from within the last three months

Weight: 20

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Old-Trades-Lookup

Parameters (1 required, 2 optional)
Required
symbolstring
Optional
fromIdinteger

ID to get aggregate trades from INCLUSIVE.

limitinteger

Default 100; max 1000

Open Interest

get_futures_usds_open_interest
Full Description

Get present open interest of a specific symbol.

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Open-Interest

Parameters (1 required)
Required
symbolstring

Open Interest Statistics

get_futures_usds_open_interest_statistics
Full Description

Open Interest Statistics

  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 1 month is available.
  • IP rate limit 1000 requests/5min

Weight: 0

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Open-Interest-Statistics

Parameters (2 required, 3 optional)
Required
periodstring

"5m","15m","30m","1h","2h","4h","6h","12h","1d"

Options:5m15m30m1h2h4h6h12h1d
symbolstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Order Book

get_futures_usds_order_book
Full Description

Query symbol orderbook

Retail Price Improvement(RPI) orders are not visible and excluded in the response message.

Weight: Adjusted based on the limit: | Limit | Weight | | ------------- | ------ | | 5, 10, 20, 50 | 2 | | 100 | 5 | | 500 | 10 | | 1000 | 20 |

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Order-Book

Parameters (1 required, 1 optional)
Required
symbolstring
Optional
limitinteger

Default 100; max 1000

Premium index Kline Data

get_futures_usds_premium_index_kline_data
Full Description

Premium index kline bars of a symbol. Klines are uniquely identified by their open time.

  • If startTime and endTime are not sent, the most recent klines are returned.

Weight: based on parameter LIMIT | LIMIT | weight | | ----------- | ------ | | [1,100) | 1 | | [100, 500) | 2 | | [500, 1000] | 5 | | > 1000 | 10 |

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Premium-index-Kline-Data

Parameters (2 required, 3 optional)
Required
intervalstring
Options:1m3m5m15m30m1h2h4h6h8h12h1d3d1w1M
symbolstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Quarterly Contract Settlement Price

get_futures_usds_quarterly_contract_settlement_price
Full Description

Latest price for a symbol or symbols.

Weight: 0

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Delivery-Price

Parameters (1 required)
Required
pairstring

Recent Trades List

get_futures_usds_recent_trades_list
Full Description

Get recent market trades

  • Market trades means trades filled in the order book. Only market trades will be returned, which means the insurance fund trades and ADL trades won't be returned.

Weight: 5

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Recent-Trades-List

Parameters (1 required, 1 optional)
Required
symbolstring
Optional
limitinteger

Default 100; max 1000

RPI Order Book

get_futures_usds_retail_price_index_order_book
Full Description

Query symbol orderbook with RPI orders

RPI(Retail Price Improvement) orders are included and aggreated in the response message. Crossed price levels are hidden and invisible.

Weight: Adjusted based on the limit: | Limit | Weight | | ------------- | ------ | | 1000 | 20 |

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Order-Book-RPI

Parameters (1 required, 1 optional)
Required
symbolstring
Optional
limitinteger

Default 100; max 1000

Symbol Order Book Ticker

get_futures_usds_symbol_order_book_ticker
Full Description

Best price/qty on the order book for a symbol or symbols.

Retail Price Improvement(RPI) orders are not visible and excluded in the response message.

  • If the symbol is not sent, bookTickers for all symbols will be returned in an array.
  • The field X-MBX-USED-WEIGHT-1M in response header is not accurate from this endpoint, please ignore.

Weight: 2 for a single symbol; 5 when the symbol parameter is omitted

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Order-Book-Ticker

Parameters (0 required, 1 optional)
Optional
symbolstring

Symbol Price Ticker

get_futures_usds_symbol_price_ticker
Full Description

Latest price for a symbol or symbols.

  • If the symbol is not sent, prices for all symbols will be returned in an array.

Weight: 1 for a single symbol; 2 when the symbol parameter is omitted

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Price-Ticker

Parameters (0 required, 1 optional)
Optional
symbolstring

Symbol Price Ticker V2

get_futures_usds_symbol_price_ticker_v2
Full Description

Latest price for a symbol or symbols.

  • If the symbol is not sent, prices for all symbols will be returned in an array.
  • The field X-MBX-USED-WEIGHT-1M in response header is not accurate from this endpoint, please ignore.

Weight: 1 for a single symbol; 2 when the symbol parameter is omitted

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Price-Ticker-V2

Parameters (0 required, 1 optional)
Optional
symbolstring

Taker Buy/Sell Volume

get_futures_usds_taker_buy_sell_volume
Full Description

Taker Buy/Sell Volume

  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 30 days is available.
  • IP rate limit 1000 requests/5min

Weight: 0

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Taker-BuySell-Volume

Parameters (2 required, 3 optional)
Required
periodstring

"5m","15m","30m","1h","2h","4h","6h","12h","1d"

Options:5m15m30m1h2h4h6h12h1d
symbolstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Top Trader Long/Short Ratio (Accounts)

get_futures_usds_top_trader_long_short_ratio_accounts
Full Description

The proportion of net long and net short accounts to total accounts of the top 20% users with the highest margin balance. Each account is counted once only. Long Account % = Accounts of top traders with net long positions / Total accounts of top traders with open positions Short Account % = Accounts of top traders with net short positions / Total accounts of top traders with open positions Long/Short Ratio (Accounts) = Long Account % / Short Account %

  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 30 days is available.
  • IP rate limit 1000 requests/5min

Weight: 0

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Top-Long-Short-Account-Ratio

Parameters (2 required, 3 optional)
Required
periodstring

"5m","15m","30m","1h","2h","4h","6h","12h","1d"

Options:5m15m30m1h2h4h6h12h1d
symbolstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Top Trader Long/Short Ratio (Positions)

get_futures_usds_top_trader_long_short_ratio_positions
Full Description

The proportion of net long and net short positions to total open positions of the top 20% users with the highest margin balance. Long Position % = Long positions of top traders / Total open positions of top traders Short Position % = Short positions of top traders / Total open positions of top traders Long/Short Ratio (Positions) = Long Position % / Short Position %

  • If startTime and endTime are not sent, the most recent data is returned.
  • Only the data of the latest 30 days is available.
  • IP rate limit 1000 requests/5min

Weight: 0

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Top-Trader-Long-Short-Ratio

Parameters (2 required, 3 optional)
Required
periodstring

"5m","15m","30m","1h","2h","4h","6h","12h","1d"

Options:5m15m30m1h2h4h6h12h1d
symbolstring
Optional
endTimeinteger
limitinteger

Default 100; max 1000

startTimeinteger

Trading Schedule

get_futures_usds_trading_schedule
Full Description

Trading session schedules for the underlying assets of TradFi Perps are provided for a one-week period starting from the day prior to the query time, covering both the U.S. equity and commodity markets. Equity market session types include "PRE_MARKET", "REGULAR", "AFTER_MARKET", "OVERNIGHT", and "NO_TRADING", while commodity market session types include "REGULAR" and "NO_TRADING".

Weight: 5

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Trading-Schedule

24hr Ticker Price Change Statistics

get_options_24hr_ticker_price_change_statistics
Full Description

24 hour rolling window price change statistics.

Weight: 5

Docs: https://developers.binance.com/docs/derivatives/options-trading/market-data/24hr-Ticker-Price-Change-Statistics

Parameters (0 required, 1 optional)
Optional
symbolstring

Option trading pair, e.g BTC-200730-9000-C

Exchange Information

get_options_exchange_information
Full Description

Current exchange trading rules and symbol information

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/options-trading/market-data/Exchange-Information

Historical Exercise Records

get_options_historical_exercise_records
Full Description

Get historical exercise records.

  • REALISTIC_VALUE_STRICKEN -> Exercised
  • EXTRINSIC_VALUE_EXPIRED -> Expired OTM

Weight: 3

Docs: https://developers.binance.com/docs/derivatives/options-trading/market-data/Historical-Exercise-Records

Parameters (0 required, 4 optional)
Optional
endTimeinteger

End Time, e.g 1593512200000

limitinteger

Number of result sets returned Default:100 Max:1000

startTimeinteger

Start Time, e.g 1593511200000

underlyingstring

underlying, e.g BTCUSDT

Index Price

get_options_index_price
Full Description

Get spot index price for option underlying.

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/options-trading/market-data/Symbol-Price-Ticker

Parameters (1 required)
Required
underlyingstring

Option underlying, e.g BTCUSDT

Kline/Candlestick Data

get_options_kline_candlestick_data
Full Description

Kline/candlestick bars for an option symbol. Klines are uniquely identified by their open time.

  • If startTime and endTime are not sent, the most recent klines are returned.

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/options-trading/market-data/Kline-Candlestick-Data

Parameters (2 required, 3 optional)
Required
intervalstring

Time interval

symbolstring

Option trading pair, e.g BTC-200730-9000-C

Optional
endTimeinteger

End Time, e.g 1593512200000

limitinteger

Number of result sets returned Default:100 Max:1000

startTimeinteger

Start Time, e.g 1593511200000

Open Interest

get_options_open_interest
Full Description

Get open interest for specific underlying asset on specific expiration date.

Weight: 0

Docs: https://developers.binance.com/docs/derivatives/options-trading/market-data/Open-Interest

Parameters (2 required)
Required
expirationstring

expiration date, e.g 221225

underlyingAssetstring

underlying asset, e.g ETH/BTC

Option Mark Price

get_options_option_mark_price
Full Description

Option mark price and greek info.

Weight: 5

Docs: https://developers.binance.com/docs/derivatives/options-trading/market-data/Option-Mark-Price

Parameters (0 required, 1 optional)
Optional
symbolstring

Option trading pair, e.g BTC-200730-9000-C

Order Book

get_options_order_book
Full Description

Check orderbook depth on specific symbol

Weight: limit | weight ------------ | ------------ 5, 10, 20, 50 | 1 100 | 5 500 | 10 1000 | 20

Docs: https://developers.binance.com/docs/derivatives/options-trading/market-data/Order-Book

Parameters (1 required, 1 optional)
Required
symbolstring

Option trading pair, e.g BTC-200730-9000-C

Optional
limitinteger

Number of result sets returned Default:100 Max:1000

Recent Block Trades List

get_options_recent_block_trades_list
Full Description

Get recent block trades

Weight: 5

Docs: https://developers.binance.com/docs/derivatives/options-trading/market-data/Recent-Block-Trade-List

Parameters (0 required, 2 optional)
Optional
limitinteger

Number of result sets returned Default:100 Max:1000

symbolstring

Option trading pair, e.g BTC-200730-9000-C

Recent Trades List

get_options_recent_trades_list
Full Description

Get recent market trades

Weight: 5

Docs: https://developers.binance.com/docs/derivatives/options-trading/market-data/Recent-Trades-List

Parameters (1 required, 1 optional)
Required
symbolstring

Option trading pair, e.g BTC-200730-9000-C

Optional
limitinteger

Number of result sets returned Default:100 Max:1000

Portfolio Margin Collateral Rate(MARKET_DATA)

get_portfolio_margin_collateral_rate
Full Description

Portfolio Margin Collateral Rate

Weight: 50

Docs: https://developers.binance.com/docs/derivatives/portfolio-margin-pro/market-data/Classic-Portfolio-Margin-Collateral-Rate

24hr ticker price change statistics

get_spot_24hr_ticker_price_change_statistics
Full Description

24 hour rolling window price change statistics. Careful when accessing this with no symbol. Weight: <table> <thead> <tr> <th>Parameter</th> <th>Symbols Provided</th> <th>Weight</th> </tr> </thead> <tbody> <tr> <td rowspan="2">symbol</td> <td>1</td> <td>2</td> </tr> <tr> <td>symbol parameter is omitted</td> <td>80</td> </tr> <tr> <td rowspan="4">symbols</td> <td>1-20</td> <td>2</td> </tr> <tr> <td>21-100</td> <td>40</td> </tr> <tr> <td>101 or more</td> <td>80</td> </tr> <tr> <td>symbols parameter is omitted</td> <td>80</td> </tr> </tbody> </table>

Docs: https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#24hr-ticker-price-change-statistics

Parameters (0 required, 4 optional)
Optional
symbolstring

Symbol to query

symbolsarray

List of symbols to query

symbolStatusstring
Options:TRADINGEND_OF_DAYHALTBREAKNON_REPRESENTABLE
typestring
Options:FULLMINI

Compressed/Aggregate trades list

get_spot_compressed_aggregate_trades_list
Full Description

Get compressed, aggregate trades. Trades that fill at the time, from the same taker order, with the same price will have the quantity aggregated. Weight: 4

Docs: https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#compressedaggregate-trades-list

Parameters (1 required, 4 optional)
Required
symbolstring
Optional
endTimeinteger

Timestamp in ms to get aggregate trades until INCLUSIVE.

fromIdinteger

ID to get aggregate trades from INCLUSIVE.

limitinteger

Default: 500; Maximum: 1000.

startTimeinteger

Timestamp in ms to get aggregate trades from INCLUSIVE.

Current average price

get_spot_current_average_price
Full Description

Current average price for a symbol. Weight: 2

Docs: https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#current-average-price

Parameters (1 required)
Required
symbolstring

Exchange information

get_spot_exchange_information
Full Description

Current exchange trading rules and symbol information Weight: 20

Docs: https://developers.binance.com/docs/binance-spot-api-docs/rest-api/general-endpoints#exchange-information

Parameters (0 required, 5 optional)
Optional
permissionsarray

List of permissions to query

showPermissionSetsboolean

Controls whether the content of the `permissionSets` field is populated or not. Defaults to `true`

symbolstring

Symbol to query

symbolsarray

List of symbols to query

symbolStatusstring
Options:TRADINGEND_OF_DAYHALTBREAKNON_REPRESENTABLE

Kline/Candlestick data

get_spot_kline_candlestick_data
Full Description

Kline/candlestick bars for a symbol. Klines are uniquely identified by their open time. Weight: 2

Docs: https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#klinecandlestick-data

Parameters (2 required, 4 optional)
Required
intervalstring
Options:1s1m3m5m15m30m1h2h4h6h8h12h1d3d1w1M
symbolstring
Optional
endTimeinteger

Timestamp in ms to get aggregate trades until INCLUSIVE.

limitinteger

Default: 500; Maximum: 1000.

startTimeinteger

Timestamp in ms to get aggregate trades from INCLUSIVE.

timeZonestring

Default: 0 (UTC)

Old trade lookup

get_spot_old_trade_lookup
Full Description

Get older trades. Weight: 25

Docs: https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#old-trade-lookup

Parameters (1 required, 2 optional)
Required
symbolstring
Optional
fromIdinteger

ID to get aggregate trades from INCLUSIVE.

limitinteger

Default: 500; Maximum: 1000.

Order book

get_spot_order_book
Full Description

Weight: Adjusted based on the limit:

|Limit|Request Weight ------|------- 1-100| 5 101-500| 25 501-1000| 50 1001-5000| 250

Docs: https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#order-book

Parameters (1 required, 2 optional)
Required
symbolstring
Optional
limitinteger

Default: 500; Maximum: 1000.

symbolStatusstring
Options:TRADINGEND_OF_DAYHALTBREAKNON_REPRESENTABLE

Recent trades list

get_spot_recent_trades_list
Full Description

Get recent trades. Weight: 25

Docs: https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#recent-trades-list

Parameters (1 required, 1 optional)
Required
symbolstring
Optional
limitinteger

Default: 500; Maximum: 1000.

Rolling window price change statistics

get_spot_rolling_window_price_change_statistics
Full Description

Weight: 4 for each requested <tt>symbol</tt> regardless of <tt>windowSize</tt>. <br/><br/> The weight for this request will cap at 200 once the number of symbols in the request is more than 50.

Docs: https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#rolling-window-price-change-statistics

Parameters (0 required, 5 optional)
Optional
symbolstring

Symbol to query

symbolsarray

List of symbols to query

symbolStatusstring
Options:TRADINGEND_OF_DAYHALTBREAKNON_REPRESENTABLE
typestring
Options:FULLMINI
windowSizestring
Options:1m2m3m4m5m6m7m8m9m10m11m12m13m14m15m16m17m18m19m20m21m22m23m24m25m26m27m28m29m30m31m32m33m34m35m36m37m38m39m40m41m42m43m44m45m46m47m48m49m50m51m52m53m54m55m56m57m58m59m1h2h3h4h5h6h7h8h9h10h11h12h13h14h15h16h17h18h19h20h21h22h23h1d2d3d4d5d6d

Symbol order book ticker

get_spot_symbol_order_book_ticker
Full Description

Best price/qty on the order book for a symbol or symbols. Weight: <table> <thead> <tr> <th>Parameter</th> <th>Symbols Provided</th> <th>Weight</th> </tr> </thead> <tbody> <tr> <td rowspan="2">symbol</td> <td>1</td> <td>2</td> </tr> <tr> <td>symbol parameter is omitted</td> <td>4</td> </tr> <tr> <td>symbols</td> <td>Any</td> <td>4</td> </tr> </tbody> </table>

Docs: https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#symbol-order-book-ticker

Parameters (0 required, 3 optional)
Optional
symbolstring

Symbol to query

symbolsarray

List of symbols to query

symbolStatusstring
Options:TRADINGEND_OF_DAYHALTBREAKNON_REPRESENTABLE

Symbol price ticker

get_spot_symbol_price_ticker
Full Description

Latest price for a symbol or symbols. Weight: <table> <thead> <tr> <th>Parameter</th> <th>Symbols Provided</th> <th>Weight</th> </tr> </thead> <tbody> <tr> <td rowspan="2">symbol</td> <td>1</td> <td>2</td> </tr> <tr> <td>symbol parameter is omitted</td> <td>4</td> </tr> <tr> <td>symbols</td> <td>Any</td> <td>4</td> </tr> </tbody> </table>

Docs: https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#symbol-price-ticker

Parameters (0 required, 3 optional)
Optional
symbolstring

Symbol to query

symbolsarray

List of symbols to query

symbolStatusstring
Options:TRADINGEND_OF_DAYHALTBREAKNON_REPRESENTABLE

Trading Day Ticker

get_spot_trading_day_ticker
Full Description

Price change statistics for a trading day. Weight: 4 for each requested <tt>symbol</tt>. <br/><br/> The weight for this request will cap at 200 once the number of symbols in the request is more than 50.

Docs: https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#trading-day-ticker

Parameters (0 required, 5 optional)
Optional
symbolstring

Symbol to query

symbolsarray

List of symbols to query

symbolStatusstring
Options:TRADINGEND_OF_DAYHALTBREAKNON_REPRESENTABLE
timeZonestring

Default: 0 (UTC)

typestring
Options:FULLMINI

UIKlines

get_spot_ui_kline_candlestick_data
Full Description

The request is similar to klines having the same parameters and response.

uiKlines return modified kline data, optimized for presentation of candlestick charts. Weight: 2

Docs: https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#uiklines

Parameters (2 required, 4 optional)
Required
intervalstring
Options:1s1m3m5m15m30m1h2h4h6h8h12h1d3d1w1M
symbolstring
Optional
endTimeinteger

Timestamp in ms to get aggregate trades until INCLUSIVE.

limitinteger

Default: 500; Maximum: 1000.

startTimeinteger

Timestamp in ms to get aggregate trades from INCLUSIVE.

timeZonestring

Default: 0 (UTC)

List All Convert Pairs

list_futures_usds_all_convert_pairs
Full Description

Query for all convertible token pairs and the tokens’ respective upper/lower limits

  • User needs to supply either or both of the input parameter
  • If not defined for both fromAsset and toAsset, only partial token pairs will be returned
  • Asset BNFCR is only available to convert for MICA region users.

Weight: 20(IP)

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/convert/

Parameters (0 required, 2 optional)
Optional
fromAssetstring

User spends coin

toAssetstring

User receives coin

Query Index Price Constituents

query_futures_coin_index_price_constituents
Full Description

Query index price constituents

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Index-Constituents

Parameters (1 required)
Required
symbolstring

Query Index Price Constituents

query_futures_usds_index_price_constituents
Full Description

Query index price constituents

Note:

Prices from constituents of TradFi perps will be hiden and displayed as -1.

Weight: 2

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Index-Constituents

Parameters (1 required)
Required
symbolstring

Query Insurance Fund Balance Snapshot

query_futures_usds_insurance_fund_balance_snapshot
Full Description

Query Insurance Fund Balance Snapshot

Weight: 1

Docs: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Query-Insurance-Fund-Balance-Snapshot

Parameters (0 required, 1 optional)
Optional
symbolstring

Query Portfolio Margin Asset Index Price (MARKET_DATA)

query_portfolio_margin_asset_index_price
Full Description

Query Portfolio Margin Asset Index Price

Weight: 1 if send asset or 50 if not send asset

Docs: https://developers.binance.com/docs/derivatives/portfolio-margin-pro/market-data/Query-Portfolio-Margin-Asset-Index-Price

Parameters (0 required, 1 optional)
Optional
assetstring