Skip to main content

Recent Trades

Type: NONE

External endpoint: GET /fapi/v1/trades
Rocky impl: GET /v1/markets/{symbol}/recent-trades

Most-recent public trades for a symbol, newest first.

Request

GET /v1/markets/{symbol}/recent-trades?limit=100

Query params

NameTypeRequiredDefaultNotes
limitintegerno100Clamped to 500.

Response — 200

[
{ "price": "76521.34", "qty": "0.0005", "side": "BUY", "ts_ms": 1748275200320 }
]
FieldTypeNotes
sidestring"BUY" = aggressor was the buyer (taker bought).

Lives on the V1 surface. The standard-shaped /fapi/v1/trades has not been added — clients that want the standard shape should consume V1 and rename fields.