Skip to main content
GET
Recent trades

Query Parameters

symbol
string
required

Tradable symbol. Variants like BTCUSD, BTC/USD, and btc-usd are resolved automatically.

Example:

"BTC-USD"

limit
integer

Number of trades to return. Capped per endpoint config.

Response

Recent public trades.

id
string

Trade fill ID.

symbol
string
side
enum<string>
Available options:
BUY,
SELL
quantity
number
price
number

Fill price.

timestamp
string<date-time>