Top Gainers

GET Top Gainers

{{url}}/signals/biggest-gainers?limit=6

AUTHORIZATION Bearer Token

This request is using Bearer Token from collection Invalert

PARAMS

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
}

Last updated