Skip to main content

Documentation Index

Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns neg-risk conversion events for a wallet. These occur when positions in multi-outcome (neg-risk) markets are converted between outcome tokens.

Request

GET /v3/wallets/{address}/nrc

Query parameters

ParameterTypeDefaultDescription
afterintegerStart of time range (Unix timestamp)
beforeintegerEnd of time range
limitinteger100Max 1000
offsetinteger0Pagination offset

Example

curl https://api.polynode.dev/v3/wallets/0x4ce73141dbfce41e65db3723e31059a730f0abad/nrc?limit=1
{
  "columns": ["id", "timestamp", "neg_risk_market_id", "amount", "index_set", "question_count"],
  "rows": [
    [
      "0xf3fdcc93a41686b4c8abc4532300c5c28a9340f5397bed097f778cbdb036bb4b_0x1b4",
      "1731834916",
      "0x5c64d1e706579e5954682d6ca8f021d4ee84a7eaadc1fab5f640abb3c3c21600",
      "250000000",
      "512",
      12
    ]
  ],
  "rows_returned": 1,
  "has_more": true,
  "elapsed_ms": 3
}

Response fields

FieldTypeDescription
idstringNRC event ID
timestampstringUnix timestamp
neg_risk_market_idstringParent neg-risk market ID
amountstringAmount converted (6-decimal USDC)
index_setstringBit-packed index indicating which outcomes were involved
question_countintegerTotal number of outcomes in the neg-risk market