Retrieve latest trade
GET {{market_url}}/trades/latest/?isin=
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
isin | null | string - specify up to 10 instruments (required) | |
mic | null | string - filter by Market Identifier Code (optional) | |
decimals | null | boolean - numbers format (optional) | |
epoch | null | boolean - date format (optional) | |
sorting | null | string - sort response in ascending ("asc") or descending ("desc") order (optional) | |
limit | null | int - pagination limit (optional) | |
page | null | int - results page (optional) |