Skip to content

Commit

Permalink
Merge pull request #69 from Polymarket/feat/open-order-creation-time
Browse files Browse the repository at this point in the history
Feat/add creation time to open orders
  • Loading branch information
poly-rodr authored Jan 23, 2023
2 parents 7f987dc + d0699af commit 9119e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polymarket/clob-client",
"description": "Typescript client for Polymarket's CLOB",
"version": "1.1.19",
"version": "1.1.20",
"contributors": [
{
"name": "Jonathan Amenechi",
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export interface OpenOrder {
associate_trades: Trade[];
outcome: string;
outcome_index: number;
created_at: number;
}

export type OpenOrdersResponse = OpenOrder[];
Expand Down

0 comments on commit 9119e58

Please sign in to comment.