clihelper.polymarket
0.1.1
Powershell module to browse markets, place orders, manage positions, and interact with onchain contracts
Minimum PowerShell version
7.6
Installation Options
Owners
Copyright
Copyright © 2026 alain. All rights reserved.
Package Details
Author(s)
- alain
Tags
polymarket etherium smart-contracts
Dependencies
Release Notes
# Release Notes
- Version_0.1.1
- transaction builders and add Pester tests to validate parity.
- AbiEncoding with helpers UInt256Word, AddressWord, Bytes32Word, DynamicUint256Array, and DynamicString to centralize ABI word construction and dynamic array/string
- HexString.ToBytes that accepts odd-length hex payloads by left-padding a nibble, and
- Crypto.EncodePacked returns packed bytes (hex) instead of hashing early
- Normalized uint256 encoding across ERC20/ERC1155/market/neg-risk builders to use AbiEncoding.UInt256Word.
- Liquidity.AddLiquidityRequest (dynamic string + address + uint256 encoding) and exposed it on [Polymarket]::AddLiquidityRequest(...)
- added SafeAddFundingToMarket new signature that accepts a slippage-checker address, encodes multiple dynamic arrays correctly, uses selector 0x5ff9af63, and builds a DelegateCall transaction to the slippage checker
- A hardened neg-risk encoding by using bytes32/uint256 helpers for convertPositions and redeemPositions.
FileList
- clihelper.polymarket.nuspec
- en-US\clihelper.polymarket.strings.psd1
- Private\Get-ClobMarkets.ps1
- Private\Get-ClobPrice.ps1
- Private\Get-CtfCollectionId.ps1
- Private\Get-PolymarketProfile.ps1
- Private\Import-PolymanWallet.ps1
- Private\Remove-ClobNotification.ps1
- clihelper.polymarket.psd1
- Private\Get-ClobApiKey.ps1
- Private\Get-ClobMidpoint.ps1
- Private\Get-ClobPriceHistory.ps1
- Private\Get-CtfConditionId.ps1
- Private\Get-PolymarketSeries.ps1
- Private\New-ClobApiKey.ps1
- Private\Remove-ClobOrder.ps1
- clihelper.polymarket.psm1
- Private\Get-ClobBalance.ps1
- Private\Get-ClobNotification.ps1
- Private\Get-ClobRewards.ps1
- Private\Get-CtfPositionId.ps1
- Private\Get-Sport.ps1
- Private\New-ClobMarketOrder.ps1
- Private\Set-PolymarketApproval.ps1
- LICENSE
- Private\Get-ClobEarnings.ps1
- Private\Get-ClobOrder.ps1
- Private\Get-ClobServerTime.ps1
- Private\Get-Market.ps1
- Private\Get-Tag.ps1
- Private\New-ClobOrder.ps1
- Private\Test-PolymarketApproval.ps1
- README.md
- Private\Get-ClobGeoblock.ps1
- Private\Get-ClobOrderBook.ps1
- Private\Get-ClobTrade.ps1
- Private\Get-PolymarketPosition.ps1
- Private\Get-Team.ps1
- Private\New-PolymanWallet.ps1
- Public\Invoke-PolymarketCli.ps1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.1.1 (current version) | 8 | 4/23/2026 |
| 0.1.0 | 8 | 4/21/2026 |