A REST API to grab data from Polymarket on Matic.
No auth required.
- allAccounts :
GET /allAccounts
- allTradesForUser :
GET /allTradesForUser?hash={userWalletAddress}
- allFundingActionsForUser :
GET /allFundingActionsForUser?hash={userWalletAddress}
- fpmmPoolMembershipsForUser :
GET /fpmmPoolMembershipsForUser?hash={userWalletAddress}
- allPositionsOfUser :
GET /allPositionsOfUser?hash={userWalletAddress}
- allMarkets :
GET /allMarkets
- pricesForMarket :
GET /pricesForMarket?hash={fpmmContractAddress}&startTime={timestampToStartQuery}
- pricesForMarketByBlock :
GET /pricesForMarketByBlock?hash={fpmmContractAddress}&startBlock={timestampToStartQuery}
- allTradesForMarket :
GET /allTradesForMarket?hash={fpmmContractAddress}