userTwapSliceFills

post
/info

Request user TWAP slice fills.

Body

Request user TWAP slice fills.

typeundefined · enumRequired

Type of request.

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

User address.

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

Array of user's twap slice fill.

application/json
post
/info
POST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 43

{
  "type": "userTwapSliceFills",
  "user": "text"
}
[
  {
    "fill": {
      "coin": "text",
      "px": "text",
      "sz": "text",
      "side": "B",
      "time": 1,
      "startPosition": "text",
      "dir": "text",
      "closedPnl": "text",
      "hash": "text",
      "oid": 1,
      "crossed": true,
      "fee": "text",
      "tid": 1,
      "feeToken": "text",
      "twapId": 1
    },
    "twapId": 1
  }
]

Last updated