GET
/
v3
/
public
/
marketTrades
curl --request GET \
  --url https://api.woox.io/v3/public/marketTrades
{
  "success": true,
  "timestamp": 123,
  "data": {
    "rows": [
      {
        "symbol": "<string>",
        "side": "<string>",
        "source": 123,
        "executedPrice": "<string>",
        "executedQuantity": "<string>",
        "executedTimestamp": 123
      }
    ]
  }
}

Limit: 10 requests per 1 second per IP address

Query Parameters

symbol
string
required

Symbol name

limit
integer
default:10

Numbers of trades you want to query. Maximum of 1000 trades allowed.

Response

200 - application/json

The response is of type object.