userFills
Request array of user fills.
Type of request.
User address.
^0[xX][0-9a-fA-F]+$If true, partial fills are aggregated when a crossing order fills multiple resting orders.
Array of user trade fills.
Array of user trade fills.
Client Order ID.
^0x[a-fA-F0-9]{32}$Asset symbol.
Price.
^[0-9]+(\.[0-9]+)?$Size.
^[0-9]+(\.[0-9]+)?$Order side ("B" = Bid/Buy, "A" = Ask/Sell).
Timestamp when the trade occurred (in ms since epoch).
Start position size.
^-?[0-9]+(\.[0-9]+)?$Direction indicator for frontend display.
Realized PnL.
^-?[0-9]+(\.[0-9]+)?$L1 transaction hash.
^0x[a-fA-F0-9]{64}$Order ID.
Indicates if the fill was a taker order.
Fee charged or rebate received (negative indicates rebate).
^-?[0-9]+(\.[0-9]+)?$Optional fee charged by the UI builder.
^-?[0-9]+(\.[0-9]+)?$Unique transaction identifier for a partial fill of an order.
Token in which the fee is denominated (e.g., "USDC").
ID of the TWAP.
Failed to deserialize the JSON body into the target type
Internal Server Error
Last updated