Account ID associated with the request.
Optionalauthentication?: { bytes: string; signature: string; walletAddress: SuiAddress }Optional wallet authentication data used to authorize the request.
Serialized message bytes covered by signature.
Wallet signature over bytes from walletAddress.
Wallet address used to identify the signer or owner.
OptionaleventTypes?: UserHistoryEventType[]Optional filter restricting results to the specified event types.
When omitted, the backend returns events of all types.
Request body for fetching account collateral history with a cursor.