Here are some API quickstart examples for UNI-ETH on Unknown.
Examples here do not cover the full API. Read the full real-time API or algorithmic trading programming documentation.
Get trading pair overview as JSON over HTTP GET.
curl "https://tradingstrategy.ai/api/pair-details?exchange_slug=0xf028f723ed1d0fe01cc59973c49298aa95c57472&chain_slug=ethereum&pair_slug=uni-eth"Click here to test.
Download daily OHLCV candles as JSON over HTTP GET.
curl "https://tradingstrategy.ai/api/candles?pair_id=79020&time_bucket=1d"Click here to test.
Backtesting datasets are available as a separate download. The datasets include UNI-ETH data. View backtesting datasets.