Outcome Metadata
Dev
GET /hip4-analytics/outcome-meta
Merged metadata for all HIP-4 outcome markets — live outcomes from Hyperliquid's API combined with archived markets stored in the Loris database, including deployer attribution and venue slugs for Outcome.xyz and Skew Markets. liveOutcomeIds identifies rows present in the latest live response and is omitted when the upstream metadata fetch fails.
Authentication
Requires Dev tier or higher. Free tier does not have access (returns 403). The Loris website calls this endpoint server-side for trade page and HIP-4 UI population.
Parameters
This endpoint takes no parameters.
Example request
bash
curl -H "X-Api-Key: lk_live_your_key_here" \
https://api.loris.tools/hip4-analytics/outcome-metaExample response
json
{
"outcomes": [
{
"outcome": 1209,
"name": "template:priceTouch",
"description": "perp:HYPE|target:100|time:20261001-0000",
"sideSpecs": [{ "name": "template:Yes" }, { "name": "template:No" }],
"quoteToken": "USDC",
"venue": "out",
"deployer": "0x0c46eb73fae2816f219fcf11f50d6d3c59b5819e",
"deployerFeeScale": "1.0"
}
],
"liveOutcomeIds": [1209],
"deployers": [
{
"deployer": "0x0c46eb73fae2816f219fcf11f50d6d3c59b5819e",
"venue": "out"
}
]
}Errors
403— Free tier does not have access. Upgrade to Dev.
For authentication errors (401) and rate limit responses (429), see Errors.