Skip to main content
GET
/
getIncome
getIncome
curl --request GET \
  --url https://alphainsider.com/api/getIncome \
  --header 'Authorization: <authorization>'
{
  "success": true,
  "response": [
    {
      "created_at": "2024-02-01T00:00:00.000Z",
      "referrer": "0",
      "strategy_owner": "700",
      "promotion": "10000"
    }
  ]
}

Headers

Authorization
string<JWT>
required

User API token.

Query Parameters

interval
enum<string>
required

Graph data intervals.

Available options:
year,
month,
week,
day
start_date
string<date-time>
required

Start date.

end_date
string<date-time>

End date.

Response

Request was successful.