Skip to main content
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 300
offsetinteger0Pagination offset

Example

curl https://api.polynode.dev/v3/wallets/0x4ce73141dbfce41e65db3723e31059a730f0abad/nrc?limit=1
{
  "data": [],
  "elapsed_ms": 2,
  "has_more": false,
  "limit": 1,
  "offset": 0,
  "rows_returned": 0
}

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