Get User's Price Alerts
List all price alerts of a particular user
Overview
GET apiURL/v1.0/users/@me/pricealerts?pageSize=10&pageNumber=0&sortBy=State&isDesc=trueResponse
{
"Result": [
{
"Id": 1712,
"State": "New",
"CreatedDate": 1574788269,
"Operator": "LTEQ",
"SecurityId": 685714,
"Symbol": "TSLA",
"Field": "Last",
"Argument": 315,
"ExpirationDate": 1576775453
},
{
"Id": 1713,
"State": "New",
"CreatedDate": 1574788285,
"Operator": "LTEQ",
"SecurityId": 4,
"Symbol": "AAPL",
"Field": "Last",
"Argument": 250,
"ExpirationDate": 1577293871
}
],
"NextPageLink": "",
"PreviousPageLink": "",
"TotalCount": 2
}Parameter
Description
Common Mistakes
Failing to Specify the Query Parameters
Last updated