Skip to main content

Query historical transaction list

Type: GET Description: /v4/public/trade/history

Parameters

nametypemandatorydefaultdescriptionranges
symbolstringtruetrading pair
limitnumberfalse2001~1000
directionstringtruequery directionPREV - previous page, NEXT - next page
fromIdnumberfalseStart ID, e.g. 6216559590087220004

Limit Flow Rules

10/s/ip

Response Example

Response
{
"rc": 0,
"mc": "string",
"ma": [{}],
"result": [
{
"i": 0,
"t": 0,
"p": "string",
"q": "string",
"v": "string",
"b": true
}
]
}