# Recent trades list (USER\_DATA)

```
GET /api/v3/trades
```

Get recent trades. (Сүүлд биелсэн хэлцлүүд)

**Parameters:**

| Name      | Type   | Mandatory | Description |
| --------- | ------ | --------- | ----------- |
| symbol    | STRING | YES       |             |
| timestamp | LONG   | YES       |             |

**Response:**

```javascript
[
  {
    "quantity": 1000,
    "price": 2.1,
    "timestamp": 1691987568000
  }
];
```
