Skip to content

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.

GET /neg-risk

Base URL: https://api.openfish.fun

None required.

ParameterTypeRequiredDescription
token_idstringYesToken ID (asset ID)
{
"neg_risk": false
}
FieldTypeDescription
neg_riskbooleanWhether negative risk is enabled for this market
Terminal window
curl "https://api.openfish.fun/neg-risk?token_id=0xabc123..."