Skip to content

Commit

Permalink
Merge pull request #106 from Polymarket/feat/new-order-response-fields
Browse files Browse the repository at this point in the history
taking and making amounts
  • Loading branch information
poly-rodr authored Mar 14, 2024
2 parents 1477a56 + cc3b30e commit f771533
Show file tree
Hide file tree
Showing 2 changed files with 3 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": "4.1.1",
"version": "4.2.0",
"contributors": [
{
"name": "Jonathan Amenechi",
Expand Down
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ export interface OrderResponse {
orderID: string;
transactionsHashes: string[];
status: string;
takingAmount: string;
makingAmount: string;
}

export interface OpenOrder {
Expand Down

0 comments on commit f771533

Please sign in to comment.