Skip to main content
GET
Get trade history

Query Parameters

symbol
string
required

The symbol of the Futures.

lastTime
string

Returns the last 100 trades from the specified lastTime value.

includeMTFData
boolean
default:true

Response

200 - application/json
history
object[]
required

A list containing structures with historical price information. The list is sorted descending by time.

result
enum<string>
required
Available options:
success
Example:

"success"

serverTime
string<date-time>
required

Server time in Coordinated Universal Time (UTC)

Example:

"2020-08-27T17:03:33.196Z"