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

Report

GET Report

{{url}}/signals/report?dateFrom=oneMonth

AUTHORIZATION Bearer Token

This request is using Bearer Token from collection Invalert

PARAMS

dateFrom
oneMonth

oneDay | oneWeek | oneMonth | 3Months

BODY formdata

Example Request

curl --location -g --request GET '{{url}}/signals/report?dateFrom=oneMonth'

Sample response

{
    "success": true,
    "code": 200,
    "message": null,
    "result": {
        "successRate": "66.67",
        "totalSignals": 156,
        "sides": {
            "sell": "89",
            "buy": "67"
        }
    },
    "errors": null,
    "execute_time": 0.140308,
    "timestamp": 1650592637.005861
}
PreviousTop WinnersNextHistory

Last updated 3 years ago