Skip to main content
POST
Get trades

Authorizations

Authorization
string
header
required

Optional. API key passed via Authorization: Bearer <key>. Required only when API_KEY is configured on the server.

Body

application/json
type
enum<string>
required
Available options:
trades
coin
string

Filter by coin symbol

Example:

"BTC"

startTime
integer

Start timestamp in milliseconds

endTime
integer

End timestamp in milliseconds

limit
integer
default:100

Response

List of trades

result
object[]