Market maker programmeAPI reference
Recent public trades
GET
/tradesQuery Parameters
pair?string
limit?integer
Default
50Response Body
application/json
application/json
curl -X GET "https://example.com/trades?pair=CBTC%2FCC"{ "ok": true, "data": { "pair": "string", "trades": [ { "tradeId": "string", "price": "string", "quantity": "string", "executedAt": "2019-08-24T14:15:22Z" } ], "nextCursor": "string" }}Need help
Write to support@wolfedgelabs.com and include your party ID.