BNB-USDC API and historical data
Here are some API quickstart examples for BNB-USDC on PancakeSwap v2 on BNB Smart Chain blockchain.
Examples here do not cover the full API. Read the full real-time API or algorithmic trading programming documentation.
Trading pair info
Get trading pair overview as JSON over HTTP GET.
curl "https://tradingstrategy.ai/api/pair-details?exchange_slug=pancakeswap-v2&chain_slug=binance&pair_slug=bnb-usdc"
Daily OHLCV data
Download daily OHLCV candles as JSON over HTTP GET.
curl "https://tradingstrategy.ai/api/candles?pair_id=1368664&exchange_type=uniswap_v2&time_bucket=1d"
Backtesting datasets
Backtesting datasets are available as a separate download. The datasets include BNB-USDC data. View backtesting datasets.