twapHistory

post
/info

Request TWAP history of a user.

Body

Request TWAP history of a user.

typeundefined · enumRequired

Type of request.

Possible values:
userstring · min: 42 · max: 42Required

User address.

Pattern: ^0[xX][0-9a-fA-F]+$
Responses
chevron-right
200

Array of user's TWAP history.

application/json

Array of user's TWAP history.

timenumberRequired

Creation time of the history record (in seconds since epoch).

statusany ofRequired

Current status of the TWAP order.

  • "finished": Fully executed.
  • "activated": Active and executing.
  • "terminated": Terminated.
  • "error": An error occurred.
or
twapIdnumberOptional

ID of the TWAP.

post
/info
TypeScript

Last updated