Get a list of the most recent trades for the given symbol.

Request Details

KeyRequiredTypeDefaultDescription
timestampfalse[time]Only show trades at or after this timestamp
limit_tradesfalse[int]50Limit the number of trades returned. Must be >= 1

Response Details

KeyTypeDescription
tid[integer]
timestamp[time]
price[price]
amount[decimal]
exchange[string]"bitfinex"
type[string]“sell” or “buy” (can be “” if undetermined)

Ratelimit: 60 req/min

Language
Click Try It! to start a request and see the response here!