Sign In

polymarket-ticker-resolver

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polymarket-ticker-resolver

Resolve any Polymarket market ID format (numeric, conditionId, CLOB token, slug) to a full market object. Zero dependencies.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
2
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

polymarket-ticker-resolver

Resolve any Polymarket market ID format to a full market object. Zero dependencies.

npm

import { resolve, detectFormat } from 'polymarket-ticker-resolver'
const market = await resolve('1744803')       // numeric ID
const market2 = await resolve('0xabc...')     // conditionId
const market3 = await resolve('will-oil-...')  // slug

Supported formats

  • Numeric ID (1744803)
  • Condition ID (0x + 64 hex chars)
  • CLOB Token ID (long hex)
  • Slug (will-oil-exceed-100)

License

MIT — SimpleFunctions

Keywords

polymarket

FAQs

Package last updated on 06 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts