跳转到内容
DipSway API

Crypto Buy Signals

此内容尚不支持你的语言。

With this endpoint you can get AI-generated crypto buy signals, for up to 350+ different coins. The signals are generated by our AI and are based on a variety of factors including price, volume, and market trends.

Example BTCUSDT Request

Get the last 10 buy signals for BTCUSDT:

Terminal window
curl -X 'GET' \
'https://signal.dipsway.cloud/api/v1/signals/BTCUSDT?side=buy&limit=10' \
-H 'accept: application/json'
{
"symbol": "BTCUSDT",
"side": "buy",
"limit": 10
}