diff --git a/package.json b/package.json index fe4e750..381d46d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@polymarket/clob-client", "description": "Typescript client for Polymarket's CLOB", - "version": "4.2.0", + "version": "4.3.0", "contributors": [ { "name": "Jonathan Amenechi", diff --git a/src/client.ts b/src/client.ts index 1dbec35..55575f1 100644 --- a/src/client.ts +++ b/src/client.ts @@ -448,7 +448,12 @@ export class ClobClient { headerArgs, ); - return this.get(`${this.host}${endpoint}`, { headers, params }); + const _params = { + ...params, + signature_type: this.orderBuilder.signatureType, + }; + + return this.get(`${this.host}${endpoint}`, { headers, params: _params }); } public async createOrder(