Skip to main content
GET
Get recent trades

Query Parameters

symbol
string
required

Trading pair symbol

Example:

"MON_USDC"

limit
integer
default:500

Number of trades to return (default 500, max 1000)

Required range: 1 <= x <= 1000
Example:

500

Response

Successful response

id
integer<int64>
required

Trade ID

Example:

123456

price
string
required

Trade price

Example:

"100.50"

qty
string
required

Trade quantity

Example:

"10.5"

time
integer<int64>
required

Trade timestamp in milliseconds

Example:

1699999999000

isBuyerMaker
boolean
required

Whether the buyer is the maker

Example:

true