Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sdks/typescript/pmxt/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ export interface UserTrade {
/** Market ID */
marketId?: string;

/** Trading fee paid by the user for this fill, when the venue exposes it. */
fee?: number;

/** On-chain transaction hash (populated in hosted mode when the trade was settled on-chain). */
txHash?: string | null;

Expand Down