Skip to content

Releases: PolyTrader/polymarket-trading

Release 0.1.8

04 Feb 13:40
Compare
Choose a tag to compare
  • Add support for adding and removing liquidity, as well as claiming liquidity provider fees.

Relaese 0.1.7

27 Aug 00:51
ba30d0c
Compare
Choose a tag to compare
  • Fixes import issues missed in the 0.1.6 release.

Release 0.1.6

26 Aug 16:37
2605d8f
Compare
Choose a tag to compare
  • the positions command now retrieves price and share data directly from the chain (it's slower, but more consistent)

Release 0.1.5

10 Aug 02:22
7da451d
Compare
Choose a tag to compare
  • Add sell_shares command denominated in number of shares
  • sell_shares(slug, outcome, num_shares, slippage)
    • sell_shares("will-the-ever-given-exit-the-great-bitter-lake-in-the-suez-canal-by-july-25", "Yes", 100, 2)
    • Sell 100 "Yes" shares of the Ever Given 7/25 market with 2% allowed slippage

Release 0.1.4

21 Jul 20:40
7ce9ef6
Compare
Choose a tag to compare
  • Updated the readme with new env vars, etc
  • Added condition id to the positions command output

Release 0.1.3

05 Jul 20:14
eee7184
Compare
Choose a tag to compare
  • Add environment variable RPC_URL for arbitrary rpc provider. matic-vigil rpc no longer required.
  • Positions command retrieve share prices from chain, not from subgraph

Release 0.1.2

28 Jun 03:05
7c7a78a
Compare
Choose a tag to compare
  • Force all transactions to wait for the transaction receipt. This ensures transactions serialize correctly.

Release 0.1.1

23 Jun 14:15
6294e52
Compare
Choose a tag to compare
  • Fixes build bug that omitted the gql query from the package
  • Fixes reference to incorrect package name polymarket-tools with correct name polymarket-trading

Release 0.1.0

18 Jun 15:27
efd2ad6
Compare
Choose a tag to compare
  • Beta release of Polymarket Trading Tools
  • Use at your own risk