MCADE-USDT API and historical data
Here are some API quickstart examples for MCADE-USDT on Uniswap v3 on Ethereum 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=uniswap-v3&chain_slug=ethereum&pair_slug=mcade-usdt-fee-30"
Daily OHLCV data
JSONL
Download daily as OHLCV candles as JSONL over HTTP GET. This is preferred method for getting large amounts of OHLCV data. Find more information about streaming JSONL data line-by-line in our API specification.
curl "https://tradingstrategy.ai/api/candles-jsonl?pair_ids=3001474&time_bucket=1d"
JSON
Download daily OHLCV candles as JSON over HTTP GET.
curl "https://tradingstrategy.ai/api/candles?pair_id=3001474&exchange_type=uniswap_v3&time_bucket=1d"
Backtesting datasets
Backtesting datasets are available as a separate download. The datasets include MCADE-USDT data. View backtesting datasets.