Recent trades list (USER_DATA)
GET /api/v3/trades
Get recent trades. (Сүүлд биелсэн хэлцлүүд)
Parameters:
Name
Type
Mandatory
Description
symbol
STRING
YES
timestamp
LONG
YES
Response:
[
{
"quantity": 1000,
"price": 2.1,
"timestamp": 1691987568000
}
];
Last updated
Was this helpful?