Get the user's tradehistory.

📘

If you are unfamiliar with our error objects

See our Errorcode Documentation!
HTTP Errors

❗️

400 Bad Request - detail meanings

INVALID_ARGUMENTS
missing - The parameter is not shown in the body.
invalid_format - The parameter is not a valid format.
invalid_value - The parameter is a valid format, but unacceptable.

  • end_time: end_time can't be after than start_time.
  • limit: limit must be equal or over 1. And it must be equal to 1000 or lower.
  • market_id: Wrong market_id.

❗️

401 Unauthorized

If we can not determinate your profile, We will reject with this http status code.

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