Endpoint Parameters
-
Request parameters
There are no Request Parameters
-
Response Parameters
View Response CodesName Type Description __count Number The total count of items in the feed. __next String The link for the next page of items in the feed. Data TradeMessageResponse [] The collection of entities for this feed. MaxRows Number The maximum number of rows that can be returned (if applicable). -
Request Example
Request URL
GET /trade/v1/messages
-
Response Example
Response body
{ "Data": [ { "DateTime": "2014-12-12T09:17:12Z", "DisplayType": "Default", "MessageBody": "Price alert was triggered on EURUSD", "MessageHeader": "Price Alert", "MessageId": "345322", "MessageType": "PriceAlert" } ] }