LogoLogo
  • Welcome
  • GENERAL INFO
    • Buy & Sell Alerts
    • Volume Change Alerts
    • Up & Down Trends
  • API
    • Overview
    • Login
    • User
    • Alerts
      • Top Winners
      • Report
      • History
      • Latest
      • Trending
      • Top Gainers
    • Crypto Coin & tokens
      • Available
      • Show
      • Alerts
      • List
      • Historical
    • News
      • CategoryList
      • News
  • FAQ
    • Frequently Asked Questions
  • Support
Powered by GitBook
On this page
  1. API
  2. Alerts

Trending

GET Trending

{{url}}/signals/trending?limit=6

AUTHORIZATION Bearer Token

This request is using Bearer Token from collection Invalert

PARAMS

limit
6

Example request

curl --location -g --request GET '{{url}}/signals/trending?limit=6'

Example Request

{
    "success": true,
    "code": 200,
    "message": null,
    "result": [
        {
            "profit": "36.00",
            "name": "Synthetix Network Token",
            "symbol": "SNX"
        },
        {
            "profit": "28.00",
            "name": "Zilliqa",
            "symbol": "ZIL"
        },
        {
            "profit": "28.00",
            "name": "0x",
            "symbol": "ZRX"
        },
        {
            "profit": "24.00",
            "name": "EOS",
            "symbol": "EOS"
        },
        {
            "profit": "24.00",
            "name": "TRON",
            "symbol": "TRX"
        },
        {
            "profit": "18.00",
            "name": "Compound Coin",
            "symbol": "COMP"
        }
    ],
    "errors": null,
    "execute_time": 0.134198,
    "timestamp": 1650595508.836204
}

PreviousLatestNextTop Gainers

Last updated 3 years ago