Get Neg Risk
Reports whether negative risk routing is enabled for a token’s market. In negative risk markets, a sell on the “No” outcome is internally converted into purchases of every other “Yes” outcome.
Endpoint
Section titled “Endpoint”GET /neg-risk
Base URL: https://api.openfish.fun
Authentication
Section titled “Authentication”None required.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
token_id | string | Yes | Token ID (asset ID) |
Response
Section titled “Response”{ "neg_risk": false}| Field | Type | Description |
|---|---|---|
neg_risk | boolean | Whether negative risk is enabled for this market |
Example
Section titled “Example”curl "https://api.openfish.fun/neg-risk?token_id=0xabc123..."