summary or listMarkets. Ask the market for the off-chain document, or null.
client.market(row.address).metadata(). Do not wait for the list to pre-stuff images.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read the off-chain document pointed at by metadataURI.
summary or listMarkets. Ask the market for the off-chain document, or null.
const metadata = await market.metadata()
Promise<{
version: 1
image: string | null
outcomeImages: (string | null)[]
description: string | null
resolutionCriteria: string | null
[key: string]: unknown
} | null>
client.market(row.address).metadata(). Do not wait for the list to pre-stuff images.