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

Top Gainers

GET Top Gainers

{{url}}/signals/biggest-gainers?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/biggest-gainers?limit=6'

Example Request

{
    "success": true,
    "code": 200,
    "message": null,
    "result": [
        {
            "profit": "2203.80",
            "name": "AirSwap",
            "symbol": "AST"
        },
        {
            "profit": "2023.18",
            "name": "Decentraland",
            "symbol": "MANA"
        },
        {
            "profit": "1768.19",
            "name": "Ravencoin",
            "symbol": "RVN"
        },
        {
            "profit": "1754.49",
            "name": "Waves",
            "symbol": "WAVES"
        },
        {
            "profit": "1732.32",
            "name": "Loopring",
            "symbol": "LRC"
        },
        {
            "profit": "1655.43",
            "name": "Binance Coin",
            "symbol": "BNB"
        }
    ],
    "errors": null,
    "execute_time": 0.154035,
    "timestamp": 1650596544.377712
}
PreviousTrendingNextCrypto Coin & tokens

Last updated 1 year ago