Market History
This method returns all trades (market history) for a specific pair with pagination.
Details
Query Parameters
Name
Type
Description
Example
Name
Type
Description
{
"code": 200,
"success": true,
"message": "",
"result": [
{
"id": 1255710662,
"time": 1660804507.719000,
"price": "23373.63607825",
"type": "buy",
"amount": "0.681245",
"total": "15923.17271013"
},
...
}With Authentication
Headers
Name
Type
Description
Request Body
Name
Type
Description
Example
Last updated