polymarket-api
Version:
Node.js SDK for querying Polymarket prediction market data. Get new prediction markets, resolved predictions, position tokens, and trading data from Polymarket using Bitquery APIs.
53 lines (52 loc) • 1.3 kB
JSON
{
"name": "polymarket-api",
"version": "2.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"polymarket",
"polymarket-api",
"polymarket-positions",
"new-markets",
"resolved-predictions",
"prediction-market",
"new-prediction-markets",
"position-tokens",
"resolved-predictions-and-outcome",
"bitquery",
"polygon",
"blockchain",
"ethereum",
"defi",
"oracle",
"uma",
"ctf",
"conditional-tokens",
"prediction-markets",
"decentralized-markets",
"graphql",
"web3",
"crypto",
"trading",
"market-data",
"blockchain-api",
"smart-contracts"
],
"author": "Bitquery Team",
"license": "ISC",
"description": "Node.js SDK for querying Polymarket prediction market data. Get new prediction markets, resolved predictions, position tokens, and trading data from Polymarket using Bitquery APIs.",
"repository": {
"type": "git",
"url": "https://github.com/bitquery/polymarket-api.git"
},
"homepage": "https://github.com/bitquery/polymarket-api#readme",
"bugs": {
"url": "https://github.com/bitquery/polymarket-api/issues"
},
"dependencies": {
"bitquery-helper": "^1.0.0"
}
}