cURL
curl --request GET \ --url https://exchange.kuru.io/api/v3/trades
[ { "id": 123456, "price": "100.50", "qty": "10.5", "time": 1699999999000, "isBuyerMaker": true }, { "id": 123457, "price": "100.51", "qty": "5.2", "time": 1699999999500, "isBuyerMaker": false } ]
Get recent trades for a symbol from the database.
Weight: 1
Trading pair symbol
"MONUSDC"
Number of trades to return (default 500, max 1000)
1 <= x <= 1000
500
Successful response
Trade ID
123456
Trade price
"100.50"
Trade quantity
"10.5"
Trade timestamp in milliseconds
1699999999000
Whether the buyer is the maker
true